Skip to content

Commit 18cafdc

Browse files
committed
GraphQL-482: [Test Coverage] 'SetBillingAddressOnCart' functionality
1 parent b5803c5 commit 18cafdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,8 @@ public function dataProviderSetWithoutRequiredParameters()
548548
return [
549549
'missed_billing_address' => [
550550
'cart_id: "cart_id_value"',
551-
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput! was not provided.',
551+
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
552+
. 'was not provided.',
552553
],
553554
'missed_cart_id' => [
554555
'billing_address: {}',

dev/tests/api-functional/testsuite/Magento/GraphQl/Quote/Guest/SetBillingAddressOnCartTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,8 @@ public function dataProviderSetWithoutRequiredParameters()
338338
return [
339339
'missed_billing_address' => [
340340
'cart_id: "cart_id_value"',
341-
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput! was not provided.',
341+
'Field SetBillingAddressOnCartInput.billing_address of required type BillingAddressInput!'
342+
. 'was not provided.',
342343
],
343344
'missed_cart_id' => [
344345
'billing_address: {}',

0 commit comments

Comments
 (0)