summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2025-11-29 19:17:50 -0500
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-01 08:39:32 -0500
commit645dc99ab472b9152ccc483d7bbf4eca090da253 (patch)
treefc06a230f051cf872f8d8094186e8ae433cfe248
parent85586052e8d1d9f160b9f1b351e61a787a8e4bed (diff)
[5.2.x] Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().
Backport of e94b19f6abdda70689aa17e399ce5fdef7897674 from main.
-rw-r--r--tests/template_tests/test_library.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/template_tests/test_library.py b/tests/template_tests/test_library.py
index 98e9d228aa..5827d33223 100644
--- a/tests/template_tests/test_library.py
+++ b/tests/template_tests/test_library.py
@@ -132,7 +132,7 @@ class SimpleBlockTagRegistrationTests(SimpleTestCase):
self.assertIn("func", self.library.tags)
def test_simple_block_tag_parens(self):
- @self.library.simple_tag()
+ @self.library.simple_block_tag()
def func(content):
return content