fix test to check for "Publik", not "Au quotidien"

This commit is contained in:
Frédéric Péters 2015-05-17 23:29:10 +02:00
parent d4e2701efe
commit 21afb05d53
1 changed files with 1 additions and 1 deletions

View File

@ -65,4 +65,4 @@ def test_with_superuser():
create_superuser()
app = login(get_app(pub))
resp = app.get('/backoffice/')
assert 'Au Quotidien' in resp.body
assert 'Publik' in resp.body