Skip to content

Commit

Permalink
Fix tests for v4
Browse files Browse the repository at this point in the history
  • Loading branch information
fsbraun committed Nov 28, 2023
1 parent 6d5fac4 commit 18d60ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/image/test_drag_n_drop.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
class DjangoCMSPictureIntegrationTestCase(TestFixture, CMSTestCase):
def setUp(self):
super().setUp()
self.page = self.create_page('test page', template='page.html', language='en')
self.placeholder = self.get_placeholders(self.page).get(slot='content')
self.placeholder = self.get_placeholders(self.home).get(slot='content')

def test_extract_images(self):
text_plugin = add_plugin(
Expand Down

0 comments on commit 18d60ab

Please sign in to comment.