diff options
author | Dave Arter <davea@mysociety.org> | 2017-08-21 09:54:55 +0100 |
---|---|---|
committer | Dave Arter <davea@mysociety.org> | 2017-08-21 09:54:55 +0100 |
commit | 6e22df6dd8fbf1504bcedd6a3e77201cf438525d (patch) | |
tree | 95f1f126ee3db82c4c7eec7afe27e0b0ad21e592 /t/Mock | |
parent | bbe8fb87daab16ca285521658bec1dcb2fbdf4d1 (diff) |
[Bristol] Fix 500 error on /report/new
Diffstat (limited to 't/Mock')
-rw-r--r-- | t/Mock/MapIt.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/Mock/MapIt.pm b/t/Mock/MapIt.pm index 24e7a8084..ad1d0c99c 100644 --- a/t/Mock/MapIt.pm +++ b/t/Mock/MapIt.pm @@ -24,6 +24,7 @@ sub output { my @PLACES = ( [ 'EH1 1BB', 55.952055, -3.189579, 2651, 'Edinburgh City Council', 'UTA', 20728, 'City Centre', 'UTE' ], + [ 'BS10 5EE', 51.494885, -2.602237, 2561, 'Bristol City Council', 'UTA', 148646, 'Bedminster', 'UTW' ], [ 'SW1A 1AA', 51.501009, -0.141588, 2504, 'Westminster City Council', 'LBO' ], [ 'GL50 2PR', 51.896268, -2.093063, 2226, 'Gloucestershire County Council', 'CTY', 2326, 'Cheltenham Borough Council', 'DIS', 4544, 'Lansdown', 'DIW', 143641, 'Lansdown and Park', 'CED' ], [ '?', 51.754926, -1.256179, 2237, 'Oxfordshire County Council', 'CTY', 2421, 'Oxford City Council', 'DIS' ], |