From c50989c70629c098cdf2f956b60caf1b4956bedd Mon Sep 17 00:00:00 2001
From: Pete Herlihy
Date: Thu, 5 Oct 2017 14:53:15 +0100
Subject: [PATCH] Tidied up for code style
---
app/templates/views/information-risk-management.html | 7 ++++---
tests/app/main/views/test_index.py | 2 +-
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/app/templates/views/information-risk-management.html b/app/templates/views/information-risk-management.html
index 88a6d4634..a79480c10 100644
--- a/app/templates/views/information-risk-management.html
+++ b/app/templates/views/information-risk-management.html
@@ -30,10 +30,11 @@
- - formal risk assessments using a methodology based on ISO 27005:2011
+
- formal risk assessments using a methodology based on
+ ISO 27005:2011
and supplemented by reference to NCSC standards and guidance documentation
- - CHECK-based IT Health Check (ITHC) testing
- (annual and on major change)
+ - CHECK-based
+ IT Health Check (ITHC) testing (annual and on major change)
- residual risk statement preparation and active management of the risk treatment plan
- regular updates to the Privacy Impact Assessment
- security impact assessments
diff --git a/tests/app/main/views/test_index.py b/tests/app/main/views/test_index.py
index 0154e158a..46dd31da7 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',
+ 'cookies', 'using_notify', 'pricing', 'terms', 'integration_testing', 'roadmap',
'features', 'information_risk_management'
])
def test_static_pages(