diff --git a/tests/Codeception/Acceptance/Module/ModuleSettingBaseCest.php b/tests/Codeception/Acceptance/Module/ModuleSettingBaseCest.php index 2991ac6..cbb63cf 100644 --- a/tests/Codeception/Acceptance/Module/ModuleSettingBaseCest.php +++ b/tests/Codeception/Acceptance/Module/ModuleSettingBaseCest.php @@ -96,6 +96,8 @@ protected function removeConfiguration(string $moduleId): void { $shopConfiguration = $this->getShopConfiguration(); $shopConfiguration->deleteModuleConfiguration($moduleId); + $shopConfigurationDao = $this->getShopConfigurationDao(); + $shopConfigurationDao->save($shopConfiguration, 1); } protected function getShopConfigurationDao(): ShopConfigurationDao