Skip to content
Snippets Groups Projects
Commit 5230e8f0 authored by Bryant Luk's avatar Bryant Luk
Browse files

MAGETWO-32833: Soap/Rest tests fail on CE version

- Remove assertion for exact number of attributes. The attributes can change
  depending on what modules are installed
parent 4044dc24
No related merge requests found
......@@ -157,8 +157,6 @@ class CustomerMetadataTest extends WebapiAbstract
$attributeMetadata = $this->_webApiCall($serviceInfo);
$this->assertCount(23, $attributeMetadata);
$firstName = $this->getAttributeMetadataDataProvider()[Customer::FIRSTNAME][1];
$validationResult = $this->checkMultipleAttributesValidationRules($firstName, $attributeMetadata);
list($firstName, $attributeMetadata) = $validationResult;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment