Skip to content

Commit

Permalink
Merge pull request #56 from magento-api/MAGETWO-32833-SOAP-REST-Tests…
Browse files Browse the repository at this point in the history
…-Fail-On-CE-Version

[API] MAGETWO-32833: Soap/Rest tests fail on CE version
  • Loading branch information
vpelipenko committed Jan 27, 2015
2 parents 10905b9 + d6a9724 commit 685df6f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,6 @@ public function testGetAllAttributesMetadata()

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

$this->assertCount(23, $attributeMetadata);

$firstName = $this->getAttributeMetadataDataProvider()[Customer::FIRSTNAME][1];
$validationResult = $this->checkMultipleAttributesValidationRules($firstName, $attributeMetadata);
list($firstName, $attributeMetadata) = $validationResult;
Expand Down

0 comments on commit 685df6f

Please sign in to comment.