aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/bin/math_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'src/ruby/bin/math_client.rb')
-rwxr-xr-xsrc/ruby/bin/math_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/math_client.rb b/src/ruby/bin/math_client.rb
index 0ebd26f780..d7e00e4293 100755
--- a/src/ruby/bin/math_client.rb
+++ b/src/ruby/bin/math_client.rb
@@ -102,7 +102,7 @@ end
def test_creds
certs = load_test_certs
- GRPC::Core::Credentials.new(certs[0])
+ GRPC::Core::ChannelCredentials.new(certs[0])
end
def main