@@ -188,7 +188,7 @@ subtest 'successfully subscribe to garden waste' => sub {
188
188
' attribute[fixmystreet_id]' => 2000001,
189
189
' attribute[uprn]' => ' 123_no_sub' ,
190
190
' attribute[current_containers]' => 1,
191
- ' attribute[new_containers ]' => 2,
191
+ ' attribute[total_containers ]' => 2,
192
192
' attribute[payment_method]' => ' credit_card' ,
193
193
' attribute[PaymentCode]' => ' payment_123' ,
194
194
);
@@ -214,7 +214,7 @@ subtest 'try to subscribe to garden waste when already subscribed' => sub {
214
214
' attribute[fixmystreet_id]' => 2000001,
215
215
' attribute[uprn]' => ' 234_has_sub' ,
216
216
' attribute[current_containers]' => 1,
217
- ' attribute[new_containers ]' => 2,
217
+ ' attribute[total_containers ]' => 2,
218
218
' attribute[payment_method]' => ' credit_card' ,
219
219
' attribute[PaymentCode]' => ' payment_123' ,
220
220
);
@@ -238,7 +238,7 @@ subtest 'handle unknown error' => sub {
238
238
' attribute[fixmystreet_id]' => ' bad_data' ,
239
239
' attribute[uprn]' => ' 123_no_sub' ,
240
240
' attribute[current_containers]' => 1,
241
- ' attribute[new_containers ]' => 2,
241
+ ' attribute[total_containers ]' => 2,
242
242
' attribute[payment_method]' => ' credit_card' ,
243
243
' attribute[PaymentCode]' => ' payment_123' ,
244
244
);
0 commit comments