We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e02911 commit 663c946Copy full SHA for 663c946
test/adapters/grpc/echo_service.rb
@@ -62,7 +62,7 @@ class EchoStubReturnOp < EchoStub
62
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L157-L159
63
def initialize(host, creds, **kw)
64
@default_metadata = { return_op: true }
65
- super(host, creds, **kw)
+ super
66
end
67
68
# https://github.com/grpc/grpc/blob/v1.46.3/src/ruby/lib/grpc/generic/service.rb#L168-L188
0 commit comments