Projet

Général

Profil

0001-tests-fix-unsubscription-test-12543.patch

Serghei Mihai, 18 août 2016 16:01

Télécharger (829 octets)

Voir les différences:

Subject: [PATCH] tests: fix unsubscription test (#12543)

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