aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2017-04-20 14:51:58 -0700
committerGravatar yang-g <yangg@google.com>2017-04-20 14:51:58 -0700
commit03876f66e17fc8a614407bb2aa317b21a2ef7319 (patch)
tree5b0d1d1d6b50ee530ba51dbc0b98c46d180cc2ef /src/python
parenta4894fcd023493602f8d23222671e550a78c1c24 (diff)
Fix http2_interop test for c++ and python
Diffstat (limited to 'src/python')
-rw-r--r--src/python/grpcio_tests/tests/http2/negative_http2_client.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/http2/negative_http2_client.py b/src/python/grpcio_tests/tests/http2/negative_http2_client.py
index b184e62cfd..90f54e80bb 100644
--- a/src/python/grpcio_tests/tests/http2/negative_http2_client.py
+++ b/src/python/grpcio_tests/tests/http2/negative_http2_client.py
@@ -96,8 +96,6 @@ def _rst_during_data(stub):
def _rst_after_data(stub):
resp_future = stub.UnaryCall.future(_SIMPLE_REQUEST)
- _validate_payload_type_and_length(
- next(resp_future), messages_pb2.COMPRESSABLE, _RESPONSE_SIZE)
_validate_status_code_and_details(resp_future, grpc.StatusCode.INTERNAL,
"Received RST_STREAM with error code 0")