Projet

Général

Profil

« Précédent | Suivant » 

Révision 71e7c190

Ajouté par Serghei Mihai il y a plus de 7 ans

tests: fix unsubscription test (#12543)

Voir les différences:

tests/test_emailing.py
122 122
            assert unsubscription_link in mail.outbox[0].text
123 123
            mail.outbox = []
124 124
            # make sure the uri schema is not in the page
125
            resp = app.get(unsubscription_path)
125
            resp = app.get(unsubscription_link)
126 126
            assert scheme not in resp.content

Formats disponibles : Unified diff