-
Notifications
You must be signed in to change notification settings - Fork 383
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
cleanup(storage): prefer MakeIntegrationTestClient()
#14515
cleanup(storage): prefer MakeIntegrationTestClient()
#14515
Conversation
Use the common function to initialize the `storage::Client` object.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #14515 +/- ##
=======================================
Coverage 93.59% 93.59%
=======================================
Files 2316 2316
Lines 207113 207130 +17
=======================================
+ Hits 193841 193862 +21
+ Misses 13272 13268 -4 ☔ View full report in Codecov by Sentry. |
struct ObjectBasicCRUDIntegrationTest | ||
: public ::google::cloud::storage::testing::ObjectIntegrationTest { | ||
public: | ||
static Client MakeNonDefaultClient() { |
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.
this isn't obviously the same, but I will bet that you know what you are doing without digging deeper.
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.
Ack. Thanks. I reviewed again just to make sure.
Use the common function to initialize the
storage::Client
object.This change is