diff options
author | Martin Wright <martin@mysociety.org> | 2020-03-11 11:23:33 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-03-31 18:08:07 +0100 |
commit | 0b94cef3707587a3704c952da8b8642ddbac1712 (patch) | |
tree | ef4c9f302298f3a72a2a7be93a67d29cf59882ef /t/app/controller | |
parent | c0f2abdbfcea725aaf32404fbf1e263585a69835 (diff) |
[Buckinghamshire] Update for change to unitary.
New unitary branding, and remove County from name.
Diffstat (limited to 't/app/controller')
-rw-r--r-- | t/app/controller/report_new.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/app/controller/report_new.t b/t/app/controller/report_new.t index b85bae43a..236edda62 100644 --- a/t/app/controller/report_new.t +++ b/t/app/controller/report_new.t @@ -53,7 +53,7 @@ for my $body ( { area_id => 2333, name => 'Hart Council' }, { area_id => 2535, name => 'Sandwell Borough Council' }, { area_id => 1000, name => 'Highways England' }, - { area_id => 2217, name => 'Buckinghamshire County Council' }, + { area_id => 2217, name => 'Buckinghamshire Council' }, { area_id => 2232, name => 'Lincolnshire County Council' }, { area_id => 2237, name => 'Oxfordshire County Council' }, { area_id => 2600, name => 'Rutland County Council' }, |