Skip to content

Commit c0a360f

Browse files
committed
Fix mass detection issue
1 parent f6c957c commit c0a360f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/OptionRepositoryTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,6 @@ public function testUpdateWithoutOptionId()
248248
],
249249
];
250250

251-
if (TESTS_WEB_API_ADAPTER == self::ADAPTER_SOAP) {
252-
$requestBody['sku'] = $productSku;
253-
}
254-
255251
$result = $this->_webApiCall($serviceInfo, ['sku' => $productSku, 'option' => $option]);
256252
$this->assertGreaterThan(0, $result);
257253
$configurableAttribute = $this->getConfigurableAttribute($productSku);

0 commit comments

Comments
 (0)