diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-10-14 07:29:03 +0100 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-10-14 11:55:04 +0100 |
commit | 6dffdeb335030fa7f2ccf7ce70713bef9894cfea (patch) | |
tree | c6492951d72f397acf8ce577be9423f5b75c480f | |
parent | 8bc63484571af04f98c60817fbef4721577d7c23 (diff) |
[Hackney] Test warnfix.
-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(); }; |