mirror of
https://github.com/django-components/django-components.git
synced 2025-11-13 12:21:53 +00:00
refactor: fix linter errors
This commit is contained in:
parent
6b8ddd663c
commit
60bdd1602e
1 changed files with 1 additions and 2 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue