Skip to content

Commit 0091692

Browse files
ACQE-8898: Create configurable product with child by REST API
- Fixed static failures
1 parent c004b19 commit 0091692

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ public function testCompleteConfigurableProductWorkflow(): void
122122
$configurableProductData = $this->createConfigurableProduct();
123123
$this->assertEquals(self::CONFIGURABLE_PRODUCT_SKU, $configurableProductData['sku']);
124124
$this->assertEquals('configurable', Configurable::TYPE_CODE);
125-
$this->assertEquals(1, Status::STATUS_ENABLED);
126-
$this->assertEquals(4,Visibility::VISIBILITY_BOTH);
125+
$this->assertEquals(1, Status::STATUS_ENABLED);
126+
$this->assertEquals(4, Visibility::VISIBILITY_BOTH);
127127

128128
// Add color attribute options to configurable product
129129
$optionResult = $this->addConfigurableProductOption(

0 commit comments

Comments
 (0)