Skip to content

Commit 73088cd

Browse files
committed
GraphQL-281: [Shipping methods] Support of UPS shipping method
1 parent 30a2a80 commit 73088cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Ups/SetUpsShippingMethodsOnCartTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ public function testSetUpsShippingMethod()
8383
$addressesInformation = $response['setShippingMethodsOnCart']['cart']['shipping_addresses'];
8484
$expectedResult = [
8585
'carrier_code' => self::CARRIER_CODE,
86-
'method_code' => self::CARRIER_METHOD_CODE_GROUND,
87-
'label' => 'United Parcel Service - Ground',
86+
'method_code' => self::CARRIER_METHOD_CODE_GROUND,
87+
'label' => 'United Parcel Service - Ground',
8888
];
8989
self::assertEquals($addressesInformation[0]['selected_shipping_method'], $expectedResult);
9090
}

0 commit comments

Comments
 (0)