aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2018-01-10 22:58:00 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2018-01-10 22:58:00 +0000
commit31ddbff8cfed36d77ad34ec892af812dff614ce6 (patch)
tree0341f622c03f327abf7c452a01548fd744d10e51 /src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py
parent2eb22fd67d73a210c1f41d79efcfe52285ccb2ec (diff)
Elide cygrpc.Timespec
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py b/src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py
index 82ef25b2a7..ecd23afda7 100644
--- a/src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py
+++ b/src/python/grpcio_tests/tests/unit/_cython/_read_some_but_not_all_responses_test.py
@@ -18,7 +18,6 @@ import unittest
from grpc._cython import cygrpc
-_INFINITE_FUTURE = cygrpc.Timespec(float('+inf'))
_EMPTY_FLAGS = 0
_EMPTY_METADATA = ()
@@ -156,7 +155,7 @@ class ReadSomeButNotAllResponsesTest(unittest.TestCase):
client_call = channel.create_call(None, _EMPTY_FLAGS,
client_completion_queue, b'/twinkies',
- None, _INFINITE_FUTURE)
+ None, None)
client_receive_initial_metadata_tag = 'client_receive_initial_metadata_tag'
client_complete_rpc_tag = 'client_complete_rpc_tag'
with client_condition: