Skip to content

Commit 685df6f

Browse files
committed
Merge pull request #56 from magento-api/MAGETWO-32833-SOAP-REST-Tests-Fail-On-CE-Version
[API] MAGETWO-32833: Soap/Rest tests fail on CE version
2 parents 10905b9 + d6a9724 commit 685df6f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ public function testGetAllAttributesMetadata()
157157

158158
$attributeMetadata = $this->_webApiCall($serviceInfo);
159159

160-
$this->assertCount(23, $attributeMetadata);
161-
162160
$firstName = $this->getAttributeMetadataDataProvider()[Customer::FIRSTNAME][1];
163161
$validationResult = $this->checkMultipleAttributesValidationRules($firstName, $attributeMetadata);
164162
list($firstName, $attributeMetadata) = $validationResult;

0 commit comments

Comments
 (0)