forked from oscar.krause/fastapi-dls
fixed config test
This commit is contained in:
parent
f1369d5e25
commit
5575fee382
@ -50,7 +50,7 @@ def test_health():
|
||||
|
||||
|
||||
def test_config():
|
||||
response = client.get('/-/')
|
||||
response = client.get('/-/config')
|
||||
assert response.status_code == 200
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user