aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/problem.t
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/model/problem.t
parentaa50b33865148d587e70218d0f8bff9c321cbeb8 (diff)
[UK] Council reference in .com confirm sent email.
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r--t/app/model/problem.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t
index b9bbe4682..503fa9276 100644
--- a/t/app/model/problem.t
+++ b/t/app/model/problem.t
@@ -633,7 +633,7 @@ subtest 'check can set multiple emails as a single contact' => sub {
subtest 'check can turn on report sent email alerts' => sub {
my $send_confirmation_mail_override = Sub::Override->new(
"FixMyStreet::Cobrand::Default::report_sent_confirmation_email",
- sub { return 1; }
+ sub { return 'external_id'; }
);
$mech->clear_emails_ok;