mirror of
https://github.com/django-components/django-components.git
synced 2025-08-04 06:18:17 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
bca26c46f3
commit
49c4e84f07
1 changed files with 1 additions and 1 deletions
|
@ -506,6 +506,6 @@ class ComponentRenderTest(BaseTestCase):
|
|||
|
||||
rendered_resp = TestComponent(component_id="123").render_to_response()
|
||||
self.assertHTMLEqual(
|
||||
rendered_resp.content.decode('utf-8'),
|
||||
rendered_resp.content.decode("utf-8"),
|
||||
"Variable: <strong>123</strong>",
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue