diff --git a/tests/test_ring.py b/tests/test_ring.py index 88704b22..6b952d73 100644 --- a/tests/test_ring.py +++ b/tests/test_ring.py @@ -6,16 +6,15 @@ import grpc import google.protobuf.any_pb2 + class TestRing(unittest.TestCase): def test_ring(self): channel = grpc.insecure_channel("localhost:4001") stub = ring.task.v1.service_pb2_grpc.ServiceStub(channel) - request = dispatch.http.v1.http_pb2.Request( - url="https://www.google.com", - method="GET" - ) + url="https://www.google.com", method="GET" + ) input = google.protobuf.any_pb2.Any() input.Pack(request)