[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2024-06-11 19:43:02 +00:00
parent bca26c46f3
commit 49c4e84f07

View file

@ -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>",
)