fixed imports and tests
This commit is contained in:
parent
9932ff58d8
commit
ac6e862dc4
@ -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