aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/end2end/tests/simple_request.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 10:37:37 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 10:37:37 -0700
commitf8a519e629ca4e540ddfe65c94ff1034d3eb7482 (patch)
treeb68afc00c28b9423bfd930774be021eb03b97e8c /test/core/end2end/tests/simple_request.c
parent3a29ec11d1eb123488cf3314e0a48bdaf1001a64 (diff)
parenta353e9d7cd8ba1a73bcc13238e48a2eef7f07abd (diff)
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'test/core/end2end/tests/simple_request.c')
-rw-r--r--test/core/end2end/tests/simple_request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/core/end2end/tests/simple_request.c b/test/core/end2end/tests/simple_request.c
index bc634ef83a..d75c5594a9 100644
--- a/test/core/end2end/tests/simple_request.c
+++ b/test/core/end2end/tests/simple_request.c
@@ -203,6 +203,7 @@ static void simple_request_body(grpc_end2end_test_fixture f) {
GPR_ASSERT(0 == strcmp(details, "xyz"));
GPR_ASSERT(0 == strcmp(call_details.method, "/foo"));
GPR_ASSERT(0 == strcmp(call_details.host, "foo.test.google.fr:1234"));
+ GPR_ASSERT(0 == call_details.flags);
GPR_ASSERT(was_cancelled == 1);
gpr_free(details);