aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py
diff options
context:
space:
mode:
authorGravatar Nathaniel Manista <nathaniel@google.com>2015-08-24 18:49:45 +0000
committerGravatar Nathaniel Manista <nathaniel@google.com>2015-08-24 18:49:45 +0000
commit2432c224d9e18f9db3e6852b3f7154e5691de32b (patch)
tree9a5288a1feb6b627f0ee6888fc8aa0af31d790ae /src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py
parent04715888e60c6195a2c1d9d6b31f7a82f0d717e2 (diff)
Add a "transport" field to links.Ticket
This will be used for communication of transport-specific values and objects up to applications.
Diffstat (limited to 'src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py')
-rw-r--r--src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py b/src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py
index abe240e07a..373a2b2a1f 100644
--- a/src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py
+++ b/src/python/grpcio_test/grpc_test/_links/_lonely_invocation_link_test.py
@@ -66,7 +66,7 @@ class LonelyInvocationLinkTest(unittest.TestCase):
ticket = links.Ticket(
test_operation_id, 0, test_group, test_method,
links.Ticket.Subscription.FULL, test_constants.SHORT_TIMEOUT, 1, None,
- None, None, None, None, termination)
+ None, None, None, None, termination, None)
invocation_link.accept_ticket(ticket)
invocation_link_mate.block_until_tickets_satisfy(test_cases.terminated)