mirror of
https://gitea.publichub.eu/oscar.krause/fastapi-dls.git
synced 2025-11-06 13:16:14 +00:00
fixed imports and tests
This commit is contained in:
@@ -59,8 +59,8 @@ def test_readme():
|
|||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
def test_manage():
|
def test_dashboard():
|
||||||
response = client.get('/-/manage')
|
response = client.get('/-/dashboard')
|
||||||
assert response.status_code == 200
|
assert response.status_code == 200
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user