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