From 27cbd699c94ec905ae72b47a067f0373e168d078 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 5 Oct 2017 14:47:34 +0100 Subject: [PATCH] Tidied up code style --- tests/app/main/views/test_index.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index 57e914768..0154e158a 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -17,7 +17,8 @@ def test_logged_in_user_redirects_to_choose_service( @pytest.mark.parametrize('view', [ - 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap', 'features', 'information_risk_management' + 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap', + 'features', 'information_risk_management' ]) def test_static_pages( client,