aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/server/load_reporter/load_data_store_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/cpp/server/load_reporter/load_data_store_test.cc')
-rw-r--r--test/cpp/server/load_reporter/load_data_store_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/server/load_reporter/load_data_store_test.cc b/test/cpp/server/load_reporter/load_data_store_test.cc
index c92c407e4f..a3a67a2851 100644
--- a/test/cpp/server/load_reporter/load_data_store_test.cc
+++ b/test/cpp/server/load_reporter/load_data_store_test.cc
@@ -475,7 +475,7 @@ TEST_F(PerBalancerStoreTest, DataAggregation) {
} // namespace grpc
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}