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.
2 parents 10905b9 + d6a9724 commit 685df6fCopy full SHA for 685df6f
dev/tests/api-functional/testsuite/Magento/Customer/Api/CustomerMetadataTest.php
@@ -157,8 +157,6 @@ public function testGetAllAttributesMetadata()
157
158
$attributeMetadata = $this->_webApiCall($serviceInfo);
159
160
- $this->assertCount(23, $attributeMetadata);
161
-
162
$firstName = $this->getAttributeMetadataDataProvider()[Customer::FIRSTNAME][1];
163
$validationResult = $this->checkMultipleAttributesValidationRules($firstName, $attributeMetadata);
164
list($firstName, $attributeMetadata) = $validationResult;
0 commit comments