Skip to content

Commit 5364bdf

Browse files
author
Stanislav Idolov
committed
MAGETWO-32134: Build stabilization
1 parent 14505dc commit 5364bdf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductCustomOptionRepositoryTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,9 +266,7 @@ public function testUpdate()
266266
['id' => $optionId, 'option' => $optionDataPost]
267267
);
268268
} else {
269-
$updatedOption = $this->_webApiCall(
270-
$serviceInfo, ['option' => $optionDataPost]
271-
);
269+
$updatedOption = $this->_webApiCall($serviceInfo, ['option' => $optionDataPost]);
272270
}
273271

274272
unset($updatedOption['values']);

0 commit comments

Comments
 (0)