Skip to content
This repository was archived by the owner on Dec 19, 2019. It is now read-only.

Commit

Permalink
Remove available property from available shipping method test
Browse files Browse the repository at this point in the history
  • Loading branch information
pmclain committed Feb 14, 2019
1 parent 2fa4f1f commit 506b9d2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ public function testSetNewGuestShippingAddressOnCart()
telephone
available_shipping_methods {
amount
available
base_amount
carrier_code
carrier_title
Expand Down Expand Up @@ -369,7 +368,6 @@ public function testSetNewRegisteredCustomerShippingAddressOnCart()
telephone
available_shipping_methods {
amount
available
base_amount
carrier_code
carrier_title
Expand Down Expand Up @@ -440,7 +438,6 @@ public function testSetSavedRegisteredCustomerShippingAddressOnCart()
telephone
available_shipping_methods {
amount
available
base_amount
carrier_code
carrier_title
Expand Down Expand Up @@ -517,7 +514,6 @@ private function assertAvailableShippingRates(array $shippingAddressResponse): v

$assertionMap = [
['response_field' => 'amount', 'expected_value' => 5],
['response_field' => 'available', 'expected_value' => true],
['response_field' => 'base_amount', 'expected_value' => 5],
['response_field' => 'carrier_code', 'expected_value' => 'flatrate'],
['response_field' => 'carrier_title', 'expected_value' => 'Flat Rate'],
Expand Down

0 comments on commit 506b9d2

Please sign in to comment.