aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/controller
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-03-13 10:28:52 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-03-27 11:40:40 +0000
commitae88108b6a176744fef215093bcec835b323e5e6 (patch)
treeeedeac40fd753fbb1619959d464655275d027d05 /t/app/controller
parentaa50b33865148d587e70218d0f8bff9c321cbeb8 (diff)
[UK] Council reference in .com confirm sent email.
Diffstat (limited to 't/app/controller')
-rw-r--r--t/app/controller/report_as_other.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/app/controller/report_as_other.t b/t/app/controller/report_as_other.t
index f256374a8..9ed46190b 100644
--- a/t/app/controller/report_as_other.t
+++ b/t/app/controller/report_as_other.t
@@ -123,7 +123,7 @@ subtest "Body user, has permission to add report as another (existing) user with
my $send_confirmation_mail_override = Sub::Override->new(
"FixMyStreet::Cobrand::Default::report_sent_confirmation_email",
- sub { return 1; }
+ sub { return 'external_id'; }
);
FixMyStreet::Script::Reports::send();
$mech->email_count_is(2);
@@ -168,7 +168,7 @@ subtest "Body user, has permission to add report as anonymous user" => sub {
my $send_confirmation_mail_override = Sub::Override->new(
"FixMyStreet::Cobrand::Default::report_sent_confirmation_email",
- sub { return 1; }
+ sub { return 'external_id'; }
);
FixMyStreet::Script::Reports::send();