Make pytype happy

pull/22565/head
Lidi Zheng 5 years ago
parent 58beda2f73
commit 2bbf0a79f6
  1. 2
      src/python/grpcio_tests/tests_aio/unit/try_connect_test.py

@ -121,7 +121,7 @@ class TestTryConnect(AioTestBase):
self.assertEqual(grpc.StatusCode.UNAVAILABLE, rpc_error.code())
async def test_stream_unary_error(self):
call = self._dummy_channel.stream_unary(_TEST_METHOD)(_REQUEST)
call = self._dummy_channel.stream_unary(_TEST_METHOD)()
with self.assertRaises(aio.AioRpcError) as exception_context:
await call.try_connect()

Loading…
Cancel
Save