Projet

Général

Profil

0003-tests-fix-random-test-failure.patch

Lauréline Guérin, 15 décembre 2020 09:17

Télécharger (782 octets)

Voir les différences:

Subject: [PATCH 3/3] tests: fix random test failure

 tests/test_mail_templates.py | 2 ++
 1 file changed, 2 insertions(+)
tests/test_mail_templates.py
78 78

  
79 79

  
80 80
def test_mail_templates_basics(pub, superuser, mail_templates_option):
81
    MailTemplate.wipe()
82

  
81 83
    app = login(get_app(pub))
82 84
    resp = app.get('/backoffice/workflows/')
83 85
    assert 'Mail Templates' in resp
84
-