mirror of
https://git.collinwebdesigns.de/oscar.krause/fastapi-dls.git
synced 2024-11-23 23:41:06 +03:00
fixed imports and tests
This commit is contained in:
parent
46822bca80
commit
a6b82f0466
@ -59,8 +59,8 @@ def test_readme():
|
||||
assert response.status_code == 200
|
||||
|
||||
|
||||
def test_manage():
|
||||
response = client.get('/-/manage')
|
||||
def test_dashboard():
|
||||
response = client.get('/-/dashboard')
|
||||
assert response.status_code == 200
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user