mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-11 16:53:10 +00:00
parent
4df84ef231
commit
6ff4b5075a
1 changed files with 1 additions and 2 deletions
|
|
@ -1484,8 +1484,7 @@ class TestPageSearch(TestCase, WagtailTestUtils):
|
|||
|
||||
# Create a page
|
||||
root_page.add_child(instance=SimplePage(
|
||||
title="Hi there!",
|
||||
slug='hello-world',
|
||||
title="Hi there!", slug='hello-world', content="good morning",
|
||||
live=True,
|
||||
has_unpublished_changes=False,
|
||||
))
|
||||
|
|
|
|||
Loading…
Reference in a new issue