diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-11-02 09:25:08 +0000 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-08 22:12:45 +0000 |
commit | e08f14c4501f315b46c2a45b2f63b572ab650691 (patch) | |
tree | 185abc1560bb88598d62e8508d074761b66a4afc /t/app | |
parent | c57204dda3ea73733b9a483fe1c05ee044c11764 (diff) |
[Highways England] Expand across non-DBFO roads.
Diffstat (limited to 't/app')
-rw-r--r-- | t/app/sendreport/email/highways.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/sendreport/email/highways.t b/t/app/sendreport/email/highways.t index b9a71f23f..22913a7e6 100644 --- a/t/app/sendreport/email/highways.t +++ b/t/app/sendreport/email/highways.t @@ -34,7 +34,7 @@ is $e->build_recipient_list($row), 1, 'correct recipient list count'; is_deeply $e->to, [ [ 'highways@example.com', 'Highways England' ] ], 'correct To line'; FixMyStreet::override_config { - COBRAND_FEATURES => { open311_email => { highwaysengland => { area_seven => 'a7@example.com' } } } + COBRAND_FEATURES => { open311_email => { highwaysengland => { 'Area 7' => 'a7@example.com' } } } }, sub { $row->set_extra_fields( { name => 'area_name', value => 'Area 7' } ); is $e->build_recipient_list($row), 1, 'correct recipient list count'; |