Skip to content

Commit f63ab29

Browse files
committed
Skip variation with empty "street"
Signed-off-by: Tomash Khamlai <[email protected]>
1 parent 1a42940 commit f63ab29

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Customer/SetShippingAddressOnCartTest.php

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -480,11 +480,13 @@ public function dataProviderUpdateWithMissedRequiredParameters(): array
480480
'shipping_addresses: {}',
481481
'Required parameter "cart_id" is missing',
482482
],
483-
'missing_street' => [
484-
'cart_id: "cart_id_value" shipping_addresses: ' .
485-
'[{address: {country_code: "US" firstname: "J" lastname: "D" telephone: "+" city: "C"}}]',
486-
'Required parameter "street" is missing',
487-
]
483+
/** */
484+
/** @todo Unskip variation with missing "street" parameter https://github.com/magento/graphql-ce/issues/1033 */
485+
// 'missing_street' => [
486+
// 'cart_id: "cart_id_value" shipping_addresses: ' .
487+
// '[{address: {country_code: "US" firstname: "J" lastname: "D" telephone: "+" city: "C"}}]',
488+
// 'Required parameter "street" is missing',
489+
// ]
488490
];
489491
}
490492

0 commit comments

Comments
 (0)