Fix test for #2279 to satisfy the stricter validation rules from #2278

This commit is contained in:
Matt Westcott 2016-03-01 13:19:35 +00:00
parent 4df84ef231
commit 6ff4b5075a

View file

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