You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rules engine integration tests were present in v9 of otter.
With the split of action handlers on specific modules (config, loc ...) the integration test of RulesEngineRunnerService should adapt.
Proposal
Get the integration test file from v9 and adapt it by mocking the action handlers, in order to avoid a circular dependency between rules engine module and action handler modules (configuration, loc ...)
The text was updated successfully, but these errors were encountered:
## Proposed change
<!-- Please include a summary of the changes and the related issue.
Please also include relevant motivation and context. List any
dependencies that is required for this change. -->
## Related issues
- 🐛 Fixes #(issue)
- 🚀 Feature #1652
<!-- Please make sure to follow the contributing guidelines on
https://github.com/amadeus-digital/Otter/blob/main/CONTRIBUTING.md -->
Context
Rules engine integration tests were present in v9 of otter.
With the split of action handlers on specific modules (config, loc ...) the integration test of RulesEngineRunnerService should adapt.
Proposal
Get the integration test file from v9 and adapt it by mocking the action handlers, in order to avoid a circular dependency between rules engine module and action handler modules (configuration, loc ...)
The text was updated successfully, but these errors were encountered: