Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pelletier committed Jan 27, 2024
1 parent a238997 commit 35051a0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/test_ring.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35051a0

Please sign in to comment.