diff options
Diffstat (limited to 't/app/controller/auth_social.t')
-rw-r--r-- | t/app/controller/auth_social.t | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/t/app/controller/auth_social.t b/t/app/controller/auth_social.t index e56fcda98..1f6889dcc 100644 --- a/t/app/controller/auth_social.t +++ b/t/app/controller/auth_social.t @@ -118,7 +118,13 @@ for my $test ( token_uri => 'http://oidc.example.org/oauth2/v2.0/token_google', allowed_domains => [ 'example.org' ], } - } + }, + do_not_reply_email => { + hackney => 'fms-hackney-DO-NOT-REPLY@hackney-example.com', + }, + verp_email_domain => { + hackney => 'hackney-example.com', + }, } }, email => $mech->uniquify_email('oidc_google@example.org'), |