Projet

Général

Profil

0004-tests-update-with-backoffice-location-6722.patch

Frédéric Péters, 22 avril 2015 12:35

Télécharger (751 octets)

Voir les différences:

Subject: [PATCH 4/4] tests: update with /backoffice/ location (#6722)

 tests/test_admin_pages.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
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
69
-