Skip to content

Commit 05bfc39

Browse files
ACQE-8898: Create configurable product with child by REST API
- Added skip logic when 2FA is enabled
1 parent 7fa9219 commit 05bfc39

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ protected function setUp(): void
4444
$this->fixtures = Bootstrap::getObjectManager()
4545
->get(DataFixtureStorageManager::class)
4646
->getStorage();
47-
$this->objectManager = Bootstrap::getObjectManager();
48-
$this->moduleManager = $this->objectManager->get(Manager::class);
47+
$this->moduleManager = Bootstrap::getObjectManager()->get(Manager::class);
4948
if ($this->moduleManager->isEnabled('Magento_TwoFactorAuth')) {
5049
$this->markTestSkipped('Skipped, because this token obtaining logic is rewritten in TwoFactorAuth.');
5150
}

0 commit comments

Comments
 (0)