fixed imports and tests

This commit is contained in:
Oscar Krause
2023-01-03 20:55:23 +01:00
parent 139fdd3472
commit 4b4979cf86
2 changed files with 4 additions and 4 deletions

View File

@@ -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