[Cases] Create package for mocks #152471
Labels
Feature:Cases
Cases feature
Team:ResponseOps
Label for the ResponseOps team (formerly the Cases and Alerting teams)
technical debt
Improvement of the software architecture and operational architecture
In PR #151761 we needed to mock the Case UI client in the
triggers_actions_ui
plugin. Cases require and use thetriggers_actions_ui
plugin. To avoid circular dependencies we duplicate the code. We should create a package that contains the required mocks so they can be imported to other plugins and avoid circular dependencies if cases depend on them.The text was updated successfully, but these errors were encountered: