Skip to content

Commit 56b19c5

Browse files
committed
MTO-138: [Test] Export Advanced Pricing
- Stabilization
1 parent 0ae6c38 commit 56b19c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/AdvancedPricingImportExport/Test/TestCase/ExportAdvancedPricingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function tearDown()
237237
if ($this->configData) {
238238
$this->stepFactory->create(
239239
\Magento\Config\Test\TestStep\SetupConfigurationStep::class,
240-
['configData' => 'config_currency_symbols_usd, price_scope_website_rollback']
240+
['configData' => 'price_scope_website', 'rollback' => true]
241241
)->run();
242242
}
243243
}

0 commit comments

Comments
 (0)