diff options
Diffstat (limited to 't')
-rw-r--r-- | t/cobrand/bucks.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/cobrand/bucks.t b/t/cobrand/bucks.t index 1dee8b47e..882de8179 100644 --- a/t/cobrand/bucks.t +++ b/t/cobrand/bucks.t @@ -32,7 +32,7 @@ $mech->create_problems_for_body(1, $body->id, 'On Road', { subtest 'flytipping on road sent to extra email' => sub { FixMyStreet::Script::Reports::send(); my $email = $mech->get_email; - my $tfb = join('', 'internaltfb', '@', 'buckscc.gov.uk'); + my $tfb = join('', 'crmbusinesssupport', '@', 'buckscc.gov.uk'); is $email->header('To'), '"Buckinghamshire" <flytipping@example.org>, "TfB" <' . $tfb . '>'; }; |