Fix tests
This commit is contained in:
parent
e1926d0aa0
commit
5c133e67de
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ class BaseTestCase(WagtailPageTests):
|
||||||
# Create a new homepage
|
# Create a new homepage
|
||||||
homepage = HomePage.objects.create(
|
homepage = HomePage.objects.create(
|
||||||
title="Homepage",
|
title="Homepage",
|
||||||
|
body="Home Page",
|
||||||
slug='home',
|
slug='home',
|
||||||
path='00010001',
|
path='00010001',
|
||||||
depth=2,
|
depth=2,
|
||||||
|
|
Reference in a new issue