aboutsummaryrefslogtreecommitdiff
path: root/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/python/grpcio_tests/tests/unit/_dns_resolver_test.py')
-rw-r--r--src/python/grpcio_tests/tests/unit/_dns_resolver_test.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py b/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
index bcd7e6da84..62a95a0213 100644
--- a/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
+++ b/src/python/grpcio_tests/tests/unit/_dns_resolver_test.py
@@ -55,10 +55,7 @@ class DNSResolverTest(unittest.TestCase):
"loopback46.unittest.grpc.io:%d" % self._port
) as channel:
self.assertEqual(
- channel.unary_unary(
- _METHOD,
- _registered_method=True,
- )(
+ channel.unary_unary(_METHOD)(
_REQUEST,
timeout=10,
),