We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
The unit tests of src/plugins/workspace/server/routes/index.test.ts was failed like below image:
src/plugins/workspace/server/routes/index.test.ts
The root cause was dynamicConfigServiceMock no longer export in ../../../../core/server/config after #7922
dynamicConfigServiceMock
../../../../core/server/config
To Reproduce Steps to reproduce the behavior:
yarn osd bootstrap
yarn test:jest src/plugins/workspace/server/routes/index.test.ts
Expected behavior All test cases should be passed
OpenSearch Version N/A
Dashboards Version Latest main branch
Plugins N/A
Screenshots
Host/Environment (please complete the following information):
Additional context
#4944
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
The unit tests of
src/plugins/workspace/server/routes/index.test.ts
was failed like below image:The root cause was
dynamicConfigServiceMock
no longer export in../../../../core/server/config
after #7922To Reproduce
Steps to reproduce the behavior:
yarn osd bootstrap
yarn test:jest src/plugins/workspace/server/routes/index.test.ts
Expected behavior
All test cases should be passed
OpenSearch Version
N/A
Dashboards Version
Latest main branch
Plugins
N/A
Screenshots
Host/Environment (please complete the following information):
Additional context
#4944
The text was updated successfully, but these errors were encountered: