Skip to content

Commit

Permalink
fix pyflakes
Browse files Browse the repository at this point in the history
  • Loading branch information
digi604 committed Apr 8, 2014
1 parent 7d7d30f commit 88cc97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/tests/page.py
Expand Up @@ -130,7 +130,7 @@ def test_child_slug_collision(self):
"""
Test a slug collision
"""
home = api.create_page("home", 'nav_playground.html', "en")
api.create_page("home", 'nav_playground.html', "en")
page = api.create_page("page", 'nav_playground.html', "en")
subPage = api.create_page("subpage", 'nav_playground.html', "en", parent=page)
superuser = self.get_superuser()
Expand Down

0 comments on commit 88cc97b

Please sign in to comment.