Skip to content

Commit 3d3465e

Browse files
committed
magento/graphql-ce#961: ShippingAddressInput.postcode: String, is not required by Schema
1 parent 6bfb201 commit 3d3465e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -708,8 +708,8 @@ public function dataProviderSetWithoutRequiredParameters(): array
708708
telephone: "88776655"
709709
}
710710
}',
711-
'Region is not available for the selected country'
712-
],
711+
'Region is not available for the selected country'
712+
],
713713
];
714714
}
715715

0 commit comments

Comments
 (0)