Updated ruby interop client with keyword argument changes

pull/6662/head
murgatroid99 9 years ago
parent ae34a370e3
commit fb2877d4c8
  1. 4
      src/ruby/pb/test/client.rb

@ -114,7 +114,9 @@ def create_stub(opts)
if opts.secure
creds = ssl_creds(opts.use_test_ca)
stub_opts = {
GRPC::Core::Channel::SSL_TARGET => opts.host_override
channel_args: {
GRPC::Core::Channel::SSL_TARGET => opts.host_override
}
}
# Add service account creds if specified

Loading…
Cancel
Save