summaryrefslogtreecommitdiff
path: root/tests/check_framework/test_security.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check_framework/test_security.py')
-rw-r--r--tests/check_framework/test_security.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/check_framework/test_security.py b/tests/check_framework/test_security.py
index d73e9075e8..30c4135373 100644
--- a/tests/check_framework/test_security.py
+++ b/tests/check_framework/test_security.py
@@ -502,7 +502,9 @@ class CSRFFailureViewTest(SimpleTestCase):
)
@override_settings(
- CSRF_FAILURE_VIEW="check_framework.test_security.failure_view_with_invalid_signature",
+ CSRF_FAILURE_VIEW=(
+ "check_framework.test_security.failure_view_with_invalid_signature"
+ ),
)
def test_failure_view_invalid_signature(self):
msg = (