diff --git a/tests/routes/test_root.py b/tests/routes/test_root.py index 5238aa23..b06befaf 100644 --- a/tests/routes/test_root.py +++ b/tests/routes/test_root.py @@ -1,5 +1,6 @@ from tests.factories import UserFactory + def test_root_redirects_if_user_is_logged_in(client, user_session): user_session(UserFactory.create()) response = client.get("/", follow_redirects=False)