Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 26, 2024
1 parent a2c57b1 commit bdf92b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_html.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ def setUp(self):
self.home.pagecontent_set(manager="admin_manager").first().get_placeholders().get(slot="content")
)
else:
self.placeholder = self.home.get_placeholders("en").get(slot="content")
self.placeholder = self.home.get_placeholders().get(slot="content")

def test_extract_images(self):
with patch("tests.test_html.save_image") as mock_save_image:
Expand Down

0 comments on commit bdf92b2

Please sign in to comment.