aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/spec/generic
diff options
context:
space:
mode:
authorGravatar Tim Emiola <temiola@google.com>2015-10-28 00:17:14 -0700
committerGravatar Tim Emiola <temiola@google.com>2015-10-28 00:17:14 -0700
commit43a7e4e6ed33e1341394afdbe52ed00cdbe4b311 (patch)
tree53d9024f21fd1308d2fa9302c3715793e54376ff /src/ruby/spec/generic
parent9332ea6af55265b7f95fd6ca1a4197e852b926eb (diff)
Ruby wrapping of core credentials API change.
Diffstat (limited to 'src/ruby/spec/generic')
-rw-r--r--src/ruby/spec/generic/client_stub_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/spec/generic/client_stub_spec.rb b/src/ruby/spec/generic/client_stub_spec.rb
index c5173aee1d..da5bc6c9e5 100644
--- a/src/ruby/spec/generic/client_stub_spec.rb
+++ b/src/ruby/spec/generic/client_stub_spec.rb
@@ -113,7 +113,7 @@ describe 'ClientStub' do
opts = {
GRPC::Core::Channel::SSL_TARGET => 'foo.test.google.fr',
a_channel_arg: 'an_arg',
- creds: GRPC::Core::Credentials.new(certs[0], nil, nil)
+ creds: GRPC::Core::ChannelCredentials.new(certs[0], nil, nil)
}
GRPC::ClientStub.new(fake_host, @cq, **opts)
end