Skip to content

Commit 7f898eb

Browse files
author
Valeriy Nayda
committed
MAGETWO-51256: Error in process of update CustomizedOptions over API
-- fix api builds
1 parent baf60a1 commit 7f898eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ public function testUpdateNegative($optionData, $message)
411411
];
412412

413413
if (TESTS_WEB_API_ADAPTER == self::ADAPTER_SOAP) {
414-
$this->setExpectedException('SoapFault', $message);
414+
$this->setExpectedException('SoapFault');
415415
} else {
416416
$this->setExpectedException('Exception', $message, 400);
417417
}

0 commit comments

Comments
 (0)