From 2fab0b4582c06629f11b650900a749e6e21474c1 Mon Sep 17 00:00:00 2001 From: Pete Herlihy Date: Thu, 5 Oct 2017 14:25:20 +0100 Subject: [PATCH] Added test for the route to information_risk_management page --- tests/app/main/views/test_index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py index bf67b78f7..57e914768 100644 --- a/tests/app/main/views/test_index.py +++ b/tests/app/main/views/test_index.py @@ -17,7 +17,7 @@ def test_logged_in_user_redirects_to_choose_service( @pytest.mark.parametrize('view', [ - 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap', 'features' + 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap', 'features', 'information_risk_management' ]) def test_static_pages( client,