summaryrefslogtreecommitdiff
path: root/tests
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:10 -0500
commitcf4e036bdeecef85a7cf9ad52ef83433f06f442e (patch)
tree7a01e997dc35b271c1741903ffb93dd84bda27ae /tests
parent9cfdab2e8d1fbd973e23765a98a06d3f7146e871 (diff)
[6.0.x] Refs #35535 -- Used intended decorator in test_simple_block_tag_parens().
Backport of e94b19f6abdda70689aa17e399ce5fdef7897674 from main.
Diffstat (limited to 'tests')
-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