tests: don't use a real email address in test (#33881)

This commit is contained in:
Frédéric Péters 2019-06-12 13:25:17 +02:00
parent 166d2cad05
commit 907e02a25a
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ def test_create_file(mocked_post, mocked_get, app, conn):
typ = 'Courrier'
subtyp = 'maire'
visibility = 'SERVICE'
email = 'alice.boniadetos@arf.pt'
email = 'whatever@example.invalid'
response = Response()
response.status_code = 200