We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56382f1 commit a97ef07Copy full SHA for a97ef07
dev/tests/api-functional/testsuite/Magento/GraphQl/Customer/UpdateCustomerAddressTest.php
@@ -182,7 +182,7 @@ public function testUpdateCustomerAddressWithMissingAttribute()
182
* @magentoApiDataFixture Magento/Customer/_files/customer_address.php
183
* @magentoApiDataFixture Magento/Customer/_files/attribute_user_defined_address_custom_attribute.php
184
*/
185
- public function testUpdateCustomerAddressHasCustomAndExtensionAttributes()
+ public function testUpdateCustomerAddressHasCustomAttributes()
186
{
187
/** @var AddressRepositoryInterface $addressRepositoryInterface */
188
$addressRepositoryInterface = Bootstrap::getObjectManager()->get(AddressRepositoryInterface::class);
0 commit comments