-
Notifications
You must be signed in to change notification settings - Fork 127
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
remove hardcoded URL #338
remove hardcoded URL #338
Conversation
Codecov Report
@@ Coverage Diff @@
## main #338 +/- ##
=========================================
Coverage 83.99% 83.99%
Complexity 900 900
=========================================
Files 130 130
Lines 3854 3854
Branches 353 353
=========================================
Hits 3237 3237
Misses 457 457
Partials 160 160 Continue to review full report at Codecov.
|
Signed-off-by: Naveen Tatikonda <[email protected]>
a721fb4
to
b04372f
Compare
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.
looks good, thx
Btw, do you want to add a backport 1.x label? |
Signed-off-by: Naveen Tatikonda <[email protected]> (cherry picked from commit b276aa3)
Signed-off-by: Naveen Tatikonda <[email protected]>
Signed-off-by: Naveen Tatikonda [email protected]
Description
According to security recommendation and as per the best coding practice, removing hardcoded URL in tests.
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.