tests: update with /backoffice/ location (#6726)

This commit is contained in:
Frédéric Péters 2015-04-22 12:35:12 +02:00
parent 0c574c3f47
commit 3d27b53af1
1 changed files with 1 additions and 1 deletions

View File

@ -64,5 +64,5 @@ def teardown_module(module):
def test_with_superuser():
create_superuser()
app = login(get_app(pub))
resp = app.get('/admin/')
resp = app.get('/backoffice/')
assert 'Au Quotidien' in resp.body