improved test (checking uuid are 36 chars long)

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

View File

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