From 5575fee382cfea6b85ee15c429f36ed681904d08 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 3 Jan 2023 17:39:10 +0100 Subject: [PATCH] fixed config test --- test/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/main.py b/test/main.py index f04de99..48a99bf 100644 --- a/test/main.py +++ b/test/main.py @@ -50,7 +50,7 @@ def test_health(): def test_config(): - response = client.get('/-/') + response = client.get('/-/config') assert response.status_code == 200