-
Notifications
You must be signed in to change notification settings - Fork 801
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
Add unit test for open search client part 1 #5774
Conversation
} | ||
} | ||
} | ||
assert.Equal(t, tt.expected, genericItems) |
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.
thanks for simplifying this comparison
Codecov Report
Additional details and impacted filessee 7 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Pull Request Test Coverage Report for Build 018e2e98-332e-4440-bb83-3746605dfe34Details
💛 - Coveralls |
* Add unit tests for open search client * Simplify tests in v6 and v7 client
What changed?
Add unit test for open search client client, more to add
Simplified a test in ES client v6 and v7
Why?
Increase test coverage
How did you test it?
Unit test
Potential risks
Release notes
Documentation Changes