From 0e2ec93c84d2e7ed4b0ed1820aee0f993a8b7eba Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 17 Sep 2018 16:40:01 -0400 Subject: [PATCH] Formatting --- tests/routes/test_home.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/routes/test_home.py b/tests/routes/test_home.py index c455eb01..06b05457 100644 --- a/tests/routes/test_home.py +++ b/tests/routes/test_home.py @@ -19,9 +19,7 @@ def test_user_without_workspaces_has_no_workspaces_nav(client, user_session): assert b'href="/workspaces"' not in response.data -def test_request_owner_with_no_workspaces_redirected_to_requests( - client, user_session -): +def test_request_owner_with_no_workspaces_redirected_to_requests(client, user_session): request = RequestFactory.create() user_session(request.creator) response = client.get("/home", follow_redirects=False)