8

Add more tests for wagtail_hooks

This commit is contained in:
Michael van Tellingen
2017-06-02 11:23:39 +02:00
parent 559d3c5356
commit 6f96f2f172
4 changed files with 24 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ def site():
ContentPageFactory(parent=page1, slug='page-1-1')
ContentPageFactory(parent=page2, slug='page-2-1')
ContentPageFactory(parent=root_page, slug='regular')
RegularPageFactory(parent=root_page, slug='regular')
return site