diff options
-rw-r--r-- | t/cobrand/hackney.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/cobrand/hackney.t b/t/cobrand/hackney.t index 8022d562a..bdfcceef8 100644 --- a/t/cobrand/hackney.t +++ b/t/cobrand/hackney.t @@ -132,6 +132,9 @@ subtest "sends branded alert emails" => sub { FixMyStreet::override_config { MAPIT_URL => 'http://mapit.uk/', ALLOWED_COBRANDS => ['hackney','fixmystreet'], + COBRAND_FEATURES => { + do_not_reply_email => { hackney => 'fms-hackney-DO-NOT-REPLY@hackney-example.com' }, + }, }, sub { FixMyStreet::Script::Alerts::send(); }; |