Projet

Général

Profil

« Précédent | Suivant » 

Révision fd36f89b

Ajouté par Frédéric Péters il y a plus d'un an

trivial: remove code to set "publik" as app label (now the default) (#72000)

Voir les différences:

tests/test_admin_pages.py
80 80
def test_with_superuser():
81 81
    create_superuser()
82 82
    app = login(get_app(pub))
83
    resp = app.get('/backoffice/studio/')
84 83
    # this makes sure the extension loaded properly
85
    assert '<span id="applabel">Publik</span>' in resp.text
84
    resp = app.get('/backoffice/settings/texts/aq-home-page', status=200)

Formats disponibles : Unified diff