From 74a04b67508d674f9185f241e8860f971044480b Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 8 Oct 2018 15:24:17 -0400 Subject: [PATCH] Formatting --- tests/routes/test_root.py | 1 + 1 file changed, 1 insertion(+) 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)