diff options
Diffstat (limited to 't/app/model/problem.t')
-rw-r--r-- | t/app/model/problem.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/app/model/problem.t b/t/app/model/problem.t index 6ba2bbde4..7daa653fc 100644 --- a/t/app/model/problem.t +++ b/t/app/model/problem.t @@ -596,13 +596,14 @@ subtest 'check can turn on report sent email alerts' => sub { $problem->discard_changes; $problem->update( { - council => 2651, + bodies_str => 2651, state => 'confirmed', confirmed => \'ms_current_timestamp()', whensent => undef, category => 'potholes', name => 'Test User', cobrand => 'fixmystreet', + send_fail_count => 0, } ); my $m = new Test::MockModule( |