diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-12-09 14:40:18 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-12-09 19:14:00 +0000 |
commit | 95b1ca5771d40921ea88ae007dd59d5a70f2802c (patch) | |
tree | 5eb68fdbe732260b2d6a25196fce2687d3d41db9 /t/cobrand | |
parent | bd3fbd345cebb859a5d97ce6d5a11b61c08ad3da (diff) |
[UK] Add SQL problem restrictions for RSS feeds.
Diffstat (limited to 't/cobrand')
-rw-r--r-- | t/cobrand/isleofwight.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/t/cobrand/isleofwight.t b/t/cobrand/isleofwight.t index c28c30503..bd837b3c6 100644 --- a/t/cobrand/isleofwight.t +++ b/t/cobrand/isleofwight.t @@ -68,8 +68,8 @@ $admin_user->user_body_permissions->create({ }); my @reports = $mech->create_problems_for_body(1, $isleofwight->id, 'An Isle of wight report', { - confirmed => '2019-05-25 09:00', - lastupdate => '2019-05-25 09:00', + confirmed => '2019-10-25 09:00', + lastupdate => '2019-10-25 09:00', latitude => 50.7108, longitude => -1.29573, user => $user, |