Skip to content

Commit

Permalink
MAGETWO-91570: [2.2.x] - [Github]Can not save attribute #5907
Browse files Browse the repository at this point in the history
- builds stabilization
  • Loading branch information
rganin committed Jun 12, 2018
1 parent 9cf29a6 commit aa9f0f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public function testLargeOptionsDataSet(
array $attributeData,
int $expectedOptionsCount,
array $expectedLabels
) {
) : void {
$this->getRequest()->setPostValue($attributeData);
$this->dispatch('backend/catalog/product_attribute/save');
$entityTypeId = $this->_objectManager->create(
Expand Down

0 comments on commit aa9f0f0

Please sign in to comment.