Skip to content

Commit cfd2f87

Browse files
committed
B2B-2259: customAttributeMetadata GraphQl query has no cache identity
1 parent 57dd994 commit cfd2f87

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

dev/tests/api-functional/testsuite/Magento/Customer/Api/AddressMetadataTest.php

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -372,22 +372,6 @@ public function checkMultipleAttributesValidationRules($expectedResult, $actualR
372372
return [$expectedResult, $actualResultSet];
373373
}
374374

375-
/**
376-
* Remove test attribute
377-
*/
378-
public static function tearDownAfterClass(): void
379-
{
380-
parent::tearDownAfterClass();
381-
/** @var \Magento\Customer\Model\Attribute $attribute */
382-
$attribute = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()->create(
383-
\Magento\Customer\Model\Attribute::class
384-
);
385-
foreach (['custom_attribute1', 'custom_attribute2'] as $attributeCode) {
386-
$attribute->loadByCode('customer_address', $attributeCode);
387-
$attribute->delete();
388-
}
389-
}
390-
391375
/**
392376
* Set core config data.
393377
*

0 commit comments

Comments
 (0)