Skip to content

Commit 872b588

Browse files
committed
fix ci failures
1 parent fb735a9 commit 872b588

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

google/cloud/storage/tests/object_plenty_clients_serially_integration_test.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
#include "google/cloud/storage/testing/storage_integration_test.h"
1818
#include "google/cloud/internal/getenv.h"
1919
#include "google/cloud/log.h"
20+
#include "google/cloud/opentelemetry_options.h"
2021
#include "google/cloud/status_or.h"
2122
#include "google/cloud/testing_util/expect_exception.h"
2223
#include "google/cloud/testing_util/status_matchers.h"
@@ -43,7 +44,8 @@ TEST_F(ObjectPlentyClientsSeriallyIntegrationTest, PlentyClientsSerially) {
4344
// own tests.
4445
if (UsingGrpc()) GTEST_SKIP();
4546

46-
auto options = Options{}.set<OpenTelemetryTracingOption>(false);
47+
auto options =
48+
Options{}.set<google::cloud::OpenTelemetryTracingOption>(false);
4749
auto object_name = MakeRandomObjectName();
4850
std::string expected = LoremIpsum();
4951

google/cloud/storage/tests/object_plenty_clients_simultaneously_integration_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ TEST_F(ObjectPlentyClientsSimultaneouslyIntegrationTest,
4646
// own tests.
4747
if (UsingGrpc()) GTEST_SKIP();
4848

49-
auto options = Options{}.set<OpenTelemetryTracingOption>(false);
49+
auto options =
50+
Options{}.set<google::cloud::OpenTelemetryTracingOption>(false);
5051
auto object_name = MakeRandomObjectName();
5152
std::string expected = LoremIpsum();
5253

0 commit comments

Comments
 (0)