diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-24 18:35:36 +0000 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-24 18:35:36 +0000 |
commit | 1fb0c3916815192a4f49a0ced1b5013a9a5084fb (patch) | |
tree | 5a0c8a80031db66357ed145d893188e15ec8e9ee /src/python | |
parent | e0e8ed9b5bc16111057a2760b235b22bfa084483 (diff) | |
parent | e40588d8e9bdd005f9423916f642db44d6194b37 (diff) |
Merge github.com:grpc/grpc into epex4
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/grpcio_tests/tests/http2/negative_http2_client.py | 2 |
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") |