mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-05 06:46:07 +00:00
fixed config test
This commit is contained in:
@@ -50,7 +50,7 @@ def test_health():
|
|||||||
|
|
||||||
|
|
||||||
def test_config():
|
def test_config():
|
||||||
response = client.get('/-/')
|
response = client.get('/-/config')
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user