Skip to content

Commit 013bbc9

Browse files
committed
#27338 Adapt test case to supply extension attributes instead of custom attributes
(still not failing with the fix reverted)
1 parent bc18a8f commit 013bbc9

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

dev/tests/api-functional/testsuite/Magento/Quote/Api/GuestShipmentEstimationWithExtensionAttributesTest.php

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,8 @@ public function testEstimateByExtendedAddress()
8080
AddressInterface::CUSTOMER_ADDRESS_ID => $address->getCustomerAddressId(),
8181
AddressInterface::SAVE_IN_ADDRESS_BOOK => $address->getSaveInAddressBook(),
8282

83-
'custom_attributes' => [
84-
[
85-
'attribute_code' => 'test_attribute',
86-
'value' => 1,
87-
],
83+
'extension_attributes' => [
84+
'test_attribute' => 1
8885
]
8986
];
9087

0 commit comments

Comments
 (0)