diff options
author | Matthew Somerville <matthew@mysociety.org> | 2019-11-15 10:29:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2019-11-15 10:29:06 +0000 |
commit | d7ec24294510c3b1d271941b57ee64082c47a743 (patch) | |
tree | 43d7ecd69ce2bd56674f4353b7276abfa88eb0e3 /t/Mock/MapIt.pm | |
parent | 19ec44cbdf19f8c5711effff76735f20290e3855 (diff) |
[UK] Fix Greenwich RSS feed.
Diffstat (limited to 't/Mock/MapIt.pm')
-rw-r--r-- | t/Mock/MapIt.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/Mock/MapIt.pm b/t/Mock/MapIt.pm index 67e0a5364..c6e9b0af8 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -116,6 +116,8 @@ sub dispatch_request { $self->output({2326 => {parent_area => undef, id => 2326, name => "Cheltenham Borough Council", type => "DIS"}}); } elsif ($areas eq 'UTA') { $self->output({2650 => {parent_area => undef, id => 2650, name => "Aberdeen Council", type => "UTA"}}); + } elsif ($areas eq 'GRE') { + $self->output({2493 => {parent_area => undef, id => 2493, name => "Greenwich Borough Council", type => "LBO"}}); } }, |