tests: fix MX entry testing on fixture email (#66577)

This commit is contained in:
Paul Marillonnet 2022-06-27 10:13:20 +02:00
parent 3996f0514f
commit 1b772fe375
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ User = get_user_model()
JOHN = 'Jôhn'
DOE = 'Dôe'
EMAIL = 'john.doe@example.com'
EMAIL = 'john.doe@entrouvert.com'
@pytest.fixture