summaryrefslogtreecommitdiff
path: root/tests/template_tests/syntax_tests/test_invalid_string.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/template_tests/syntax_tests/test_invalid_string.py')
-rw-r--r--tests/template_tests/syntax_tests/test_invalid_string.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/template_tests/syntax_tests/test_invalid_string.py b/tests/template_tests/syntax_tests/test_invalid_string.py
index e65ac938ec..d8601febf1 100644
--- a/tests/template_tests/syntax_tests/test_invalid_string.py
+++ b/tests/template_tests/syntax_tests/test_invalid_string.py
@@ -55,7 +55,9 @@ class InvalidStringTests(SimpleTestCase):
@setup(
{
- "invalidstr07": "{% load i18n %}{% blocktranslate %}{{ var }}{% endblocktranslate %}"
+ "invalidstr07": (
+ "{% load i18n %}{% blocktranslate %}{{ var }}{% endblocktranslate %}"
+ )
}
)
def test_invalidstr07(self):