Skip to content

Commit 9ff1783

Browse files
author
Maksym Aposov
committed
MAGETWO-44159: Configurable product price in store front doesn't reflect price change from backend
1 parent 0279756 commit 9ff1783

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ public function testCreateConfigurableProduct()
126126

127127
$response = $this->createConfigurableProduct();
128128
$this->assertEquals(self::CONFIGURABLE_PRODUCT_SKU, $response[ProductInterface::SKU]);
129-
$this->assertEquals(50, $response['price']);
130129
$this->assertTrue(
131130
isset($response[ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY]["configurable_product_options"])
132131
);

0 commit comments

Comments
 (0)