diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-03-13 15:25:24 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-04-28 18:50:19 +0100 |
commit | 96973c1fbecb5db3ba22059f2e4ade2096ec1c04 (patch) | |
tree | 818661c903837df06ac9fe8dfe032c95680af52f /t/cobrand | |
parent | d3b17d7e96597373a6f1243c5e0f6001d4487588 (diff) |
Add sending updates capability to daemon.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/northamptonshire.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/cobrand/northamptonshire.t b/t/cobrand/northamptonshire.t index 70df10340..57fe319a9 100644 --- a/t/cobrand/northamptonshire.t +++ b/t/cobrand/northamptonshire.t @@ -83,6 +83,7 @@ subtest 'Check updates not sent for defects' => sub { }; $report->update({ user => $user }); +$comment->update({ extra => undef }); subtest 'check updates sent for non defects' => sub { FixMyStreet::override_config { ALLOWED_COBRANDS => [ { northamptonshire => '.' } ], |