diff options
Diffstat (limited to 't/app/controller/rss.t')
-rw-r--r-- | t/app/controller/rss.t | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/app/controller/rss.t b/t/app/controller/rss.t index 39a7db5bc..a820a9586 100644 --- a/t/app/controller/rss.t +++ b/t/app/controller/rss.t @@ -16,7 +16,7 @@ my $user1 = FixMyStreet::App->model('DB::User') ->find_or_create( { email => 'reporter@example.com', name => 'Reporter User' } ); my $report = FixMyStreet::App->model('DB::Problem')->find_or_create( { - postcode => 'EH1 1BB', + postcode => 'eh1 1BB', council => '2651', areas => ',11808,135007,14419,134935,2651,20728,', category => 'Street lighting', @@ -106,6 +106,7 @@ $report->geocode( 'authenticationResultCode' => 'ValidCredentials' } ); +$report->postcode('eh11bb'); $report->update(); $mech->get_ok("/rss/pc/EH11BB/2"); |