aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/fixtures/h2_ssl_proxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/end2end/fixtures/h2_ssl_proxy.c')
-rw-r--r--test/core/end2end/fixtures/h2_ssl_proxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_ssl_proxy.c b/test/core/end2end/fixtures/h2_ssl_proxy.c
index 7233cdbe2d..a93bd83a1f 100644
--- a/test/core/end2end/fixtures/h2_ssl_proxy.c
+++ b/test/core/end2end/fixtures/h2_ssl_proxy.c
@@ -206,7 +206,7 @@ int main(int argc, char **argv) {
grpc_init();
for (i = 0; i < sizeof(configs) / sizeof(*configs); i++) {
- grpc_end2end_tests(configs[i]);
+ grpc_end2end_tests(argc, argv, configs[i]);
}
grpc_shutdown();