Revision 934bd45a
Added by Frédéric Péters over 9 years ago
tests/test_admin_pages.py | ||
---|---|---|
64 | 64 |
def test_with_superuser(): |
65 | 65 |
create_superuser() |
66 | 66 |
app = login(get_app(pub)) |
67 |
resp = app.get('/admin/')
|
|
67 |
resp = app.get('/backoffice/')
|
|
68 | 68 |
assert 'Au Quotidien' in resp.body |
Also available in: Unified diff
tests: update with /backoffice/ location (#6726)