Skip to content

Commit 9d475b8

Browse files
committed
magento/graphql-ce#540: Replace deprecated fixture
1. Use POST for mutation query instead of GET
1 parent 8f0c233 commit 9d475b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,6 @@ private function sendRequestWithToken(string $query): array
567567
$customerToken = $this->customerTokenService->createCustomerAccessToken('customer@example.com', 'password');
568568
$headerMap = ['Authorization' => 'Bearer ' . $customerToken];
569569

570-
return $this->graphQlQuery($query, [], '', $headerMap);
570+
return $this->graphQlMutation($query, [], '', $headerMap);
571571
}
572572
}

0 commit comments

Comments
 (0)