diff options
author | Dave Arter <davea@mysociety.org> | 2020-07-02 17:13:50 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2020-07-02 21:14:29 +0100 |
commit | f4b5a6263b1529003a42787b404952ab28aefeba (patch) | |
tree | 2b8ea616ff3e901da8704d29452534b2ac497fb6 /t/app/controller | |
parent | b34ce0e405e10ee9f413a78c9c097351695ac29e (diff) |
[Hackney] Use cobrand feature config for email envelope domain
Diffstat (limited to 't/app/controller')
-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'), |