aboutsummaryrefslogtreecommitdiffstats
path: root/t/app/model/problem.t
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2019-03-27 17:52:30 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2019-03-27 17:52:30 +0000
commit251f152b46816ed1c8401cda7f57305d08830af1 (patch)
tree3c46e9960b113869e757b011ecfdbcbdef5ff3ad /t/app/model/problem.t
parent48c807b87f81ba89732d36b4459a4ca5bd4933ef (diff)
parentae88108b6a176744fef215093bcec835b323e5e6 (diff)
Merge branch 'issues/commercial/1273-ref-number-com'
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;