Imported Upstream version 1.27.0
[platform/upstream/grpc.git] / test / cpp / end2end / cfstream_test.cc
index 2ca58c3..b87f2c3 100644 (file)
@@ -489,7 +489,7 @@ TEST_P(CFStreamTest, ConcurrentRpc) {
 
 int main(int argc, char** argv) {
   ::testing::InitGoogleTest(&argc, argv);
-  grpc_test_init(argc, argv);
+  grpc::testing::TestEnvironment env(argc, argv);
   gpr_setenv("grpc_cfstream", "1");
   const auto result = RUN_ALL_TESTS();
   return result;