We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0279756 commit 9ff1783Copy full SHA for 9ff1783
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ProductRepositoryTest.php
@@ -126,7 +126,6 @@ public function testCreateConfigurableProduct()
126
127
$response = $this->createConfigurableProduct();
128
$this->assertEquals(self::CONFIGURABLE_PRODUCT_SKU, $response[ProductInterface::SKU]);
129
- $this->assertEquals(50, $response['price']);
130
$this->assertTrue(
131
isset($response[ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY]["configurable_product_options"])
132
);
0 commit comments