Skip to content

Commit

Permalink
fix: Linting issue in test_admin.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun authored Nov 8, 2023
1 parent 2c0af0e commit 8039f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def test_image_expand_view(self):

self.assertContains(
response,
f"""<img id="img" src="{ original_url }" onclick="this.classList.toggle('zoom')"/>"""
f"""<img id="img" src="{original_url}" onclick="this.classList.toggle('zoom')"/>"""
)


Expand Down

0 comments on commit 8039f55

Please sign in to comment.