-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
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
Removing axios from data_view_field_editor test #129116
Removing axios from data_view_field_editor test #129116
Conversation
Pinging @elastic/kibana-app-services (Team:AppServicesSv) |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]
History
To update your PR or re-run it, just comment with: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
* test bed fixes Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit ae39e1b) # Conflicts: # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor.test.tsx # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor_flyout_content.test.ts # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor_flyout_preview.test.ts # src/plugins/data_view_field_editor/__jest__/client_integration/helpers/setup_environment.tsx
Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync. |
…9952) * Removing axios from data_view_field_editor test (#129116) * test bed fixes Co-authored-by: Kibana Machine <[email protected]> (cherry picked from commit ae39e1b) # Conflicts: # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor.test.tsx # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor_flyout_content.test.ts # src/plugins/data_view_field_editor/__jest__/client_integration/field_editor_flyout_preview.test.ts # src/plugins/data_view_field_editor/__jest__/client_integration/helpers/setup_environment.tsx * better match main pr * fix integration test
Summary
Remove axios dependency, use service mock instead.
Closes #127965