aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David G. Quintas <dgq@google.com>2016-04-29 14:54:31 -0700
committerGravatar David G. Quintas <dgq@google.com>2016-04-29 14:54:31 -0700
commiteadcb89b7ac37207a945a520b99eb24de1513bc8 (patch)
tree7605fa13e53ad4702cd232af64b03bd6285f78d5
parent90b4a87d3ba78326d7ff523b3412684aa905670e (diff)
Fixed name of test config for h2_census
-rw-r--r--test/core/end2end/fixtures/h2_census.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/end2end/fixtures/h2_census.c b/test/core/end2end/fixtures/h2_census.c
index ff2f028f09..e46b39e476 100644
--- a/test/core/end2end/fixtures/h2_census.c
+++ b/test/core/end2end/fixtures/h2_census.c
@@ -111,7 +111,7 @@ void chttp2_tear_down_fullstack(grpc_end2end_test_fixture *f) {
/* All test configurations */
static grpc_end2end_test_config configs[] = {
- {"chttp2/fullstack", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION,
+ {"chttp2/fullstack+census", FEATURE_MASK_SUPPORTS_DELAYED_CONNECTION,
chttp2_create_fixture_fullstack, chttp2_init_client_fullstack,
chttp2_init_server_fullstack, chttp2_tear_down_fullstack},
};