Skip to content

Commit

Permalink
OXDEV-8489: Fix module configuration deletion in ModuleSettingBaseCest
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 14, 2024
1 parent 0f3f2c2 commit fb30707
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Codeception/Acceptance/Module/ModuleSettingBaseCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb30707

Please sign in to comment.