Skip to content

Commit

Permalink
not this one
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenc-pace committed Oct 3, 2023
1 parent 376a722 commit 0e6a9fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_connection.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def test_close_socket(self, server, load_stubs, spec_dir, grpc_port, protobufs):

container = server
grpc_server = get_extension(container, GrpcServer)
connection_ref = grpc_server.channel().conn_pool.connections.queue[0]
connection_ref = grpc_server.channel.conn_pool.connections.queue[0]
connection = connection_ref()

response = proxy.unary_unary(protobufs.ExampleRequest(value="A"))
Expand Down

0 comments on commit 0e6a9fe

Please sign in to comment.