refactor: fix linter errors

This commit is contained in:
Juro Oravec 2025-10-08 18:09:55 +02:00
parent 6b8ddd663c
commit 60bdd1602e

View file

@ -1508,8 +1508,7 @@ class TestComponentRender:
with pytest.raises(
TemplateSyntaxError,
match=re.escape(
"An error occured while rendering components Other:\n"
"Unclosed tag on line 3: 'component'",
"An error occured while rendering components Other:\nUnclosed tag on line 3: 'component'",
),
):
Other.render()