Skip to content

Commit 6c38ae4

Browse files
committed
ACP2E-412: Cant link configurable options with REST to product created on Backend
1 parent 11264e1 commit 6c38ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public function testAdd(): void
193193
/** @var string $result */
194194
$result = $this->_webApiCall($serviceInfo, ['sku' => $productSku, 'option' => $option]);
195195
echo "-------------------->>>>>>>".$result;
196-
$arr = explode("000", $result);
196+
$arr = explode("ooo", $result);
197197
$this->assertEquals('configurable', $arr[1]);
198198
$productRepository1 = Bootstrap::getObjectManager()->create(ProductRepository::class);
199199
$updatedproduct = $productRepository1->get($productSku);

0 commit comments

Comments
 (0)