Skip to content

Commit

Permalink
[Sutton] Rename some bins.
Browse files Browse the repository at this point in the history
  • Loading branch information
dracos committed Apr 7, 2024
1 parent 791a8cd commit 6bec23b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions perllib/FixMyStreet/Roles/CobrandSLWP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -365,9 +365,9 @@ sub bin_services_for_address {
if ($self->moniker eq 'sutton') {
$self->{c}->stash->{containers} = {
%shared,
1 => 'Brown Rubbish Wheelie Bin (140L)',
2 => 'Brown Rubbish Wheelie Bin (240L)',
3 => 'Brown Rubbish Wheelie Bin (360L)',
1 => 'Standard Brown General Waste Wheelie Bin (140L)',
2 => 'Larger Brown General Waste Wheelie Bin (240L)',
3 => 'Extra Large Brown General Waste Wheelie Bin (360L)',
35 => 'Rubbish bin (180L)',
16 => 'Mixed Recycling Green Box (55L)',
19 => 'Paper and Cardboard Green Wheelie Bin (240L)',
Expand Down
2 changes: 1 addition & 1 deletion t/app/controller/waste_sutton_r.t
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ FixMyStreet::override_config {
$mech->content_contains('Containers typically arrive within 20 working days');

is $report->get_extra_field_value('uprn'), 1000000002;
is $report->title, 'Request new Brown Rubbish Wheelie Bin (240L)';
is $report->title, 'Request new Larger Brown General Waste Wheelie Bin (240L)';
is $report->get_extra_field_value('payment'), 1500, 'correct payment';
is $report->get_extra_field_value('Container_Type'), '1::2', 'correct bin type';
is $report->get_extra_field_value('Action'), '2::1', 'correct container request action';
Expand Down

0 comments on commit 6bec23b

Please sign in to comment.