From ac6e862dc4ee117cc010152198555e0ee160d0e6 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Tue, 3 Jan 2023 20:55:23 +0100 Subject: [PATCH] fixed imports and tests --- test/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/main.py b/test/main.py index 653548f..3404e87 100644 --- a/test/main.py +++ b/test/main.py @@ -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