fixed config test

This commit is contained in:
Oscar Krause 2023-01-03 17:39:10 +01:00
parent f1369d5e25
commit 5575fee382

View File

@ -50,7 +50,7 @@ def test_health():
def test_config():
response = client.get('/-/')
response = client.get('/-/config')
assert response.status_code == 200