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 2e4b71c commit acd5177Copy full SHA for acd5177
dev/tests/api-functional/testsuite/Magento/ConfigurableProduct/Api/ProductRepositoryTest.php
@@ -229,7 +229,7 @@ public function testCreateConfigurableProductWithZeroOptionValue(): void
229
$this->assertArrayHasKey('attribute_id', $configurableProductOption);
230
$this->assertEquals($configurableAttribute->getId(), $configurableProductOption['attribute_id']);
231
$this->assertArrayHasKey('values', $configurableProductOption);
232
- $this->assertEquals($attributeValue, $configurableAttribute['values'][0]['value_index']);
+ $this->assertEquals($attributeValue, $configurableProductOption['values'][0]['value_index']);
233
}
234
235
/**
0 commit comments