소스 검색

Remove pdb trace point

Lidi Zheng 5 년 전
부모
커밋
f97ad240da
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/python/grpcio_tests/tests_aio/benchmark/benchmark_client.py

+ 1 - 1
src/python/grpcio_tests/tests_aio/benchmark/benchmark_client.py

@@ -71,7 +71,7 @@ class BenchmarkClient(abc.ABC):
         self._concurrency = config.outstanding_rpcs_per_channel
 
     async def run(self) -> None:
-        await aio.channel_ready(self._channel)
+        await self._channel.channel_ready()
 
     async def stop(self) -> None:
         await self._channel.close()