tests: do not perform email domain validation (#61512)

This commit is contained in:
Paul Marillonnet 2022-02-07 18:15:15 +01:00
parent 4925ee54ae
commit a9dbee6bd8
1 changed files with 3 additions and 0 deletions

View File

@ -20,3 +20,6 @@ A2_FC_CLIENT_SECRET = ''
# test hook handlers
A2_HOOKS_PROPAGATE_EXCEPTIONS = True
# do not validate email address domain
A2_VALIDATE_EMAIL_DOMAIN = False