aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/http/format_request_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/http/format_request_test.cc')
-rw-r--r--test/core/http/format_request_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/http/format_request_test.cc b/test/core/http/format_request_test.cc
index 353e138b2a..b0a90c4613 100644
--- a/test/core/http/format_request_test.cc
+++ b/test/core/http/format_request_test.cc
@@ -138,7 +138,7 @@ static void test_format_post_request_content_type_override(void) {
}
int main(int argc, char** argv) {
- grpc_test_init(argc, argv);
+ grpc::testing::TestEnvironment env(argc, argv);
grpc_init();
test_format_get_request();