aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Michael Lumish <mlumish@google.com>2015-03-18 08:59:00 -0700
committerGravatar Michael Lumish <mlumish@google.com>2015-03-18 08:59:00 -0700
commitcb8985d13d4e7070039729789cf373c0f38009ce (patch)
treee7efd6c632080995c20b1f5019c37e03a9d66057 /src
parent6fba6e1f6b0a2c81030836bfb6821cf1057c8f60 (diff)
parentd5c733e824a2fa3da7213c7b53dc73ec06b6f655 (diff)
Merge pull request #1077 from tbetbetbe/grpc-ruby-fix-interop-bug
Fixes reference to variable in the auth package
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ruby/bin/interop/interop_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/bin/interop/interop_client.rb b/src/ruby/bin/interop/interop_client.rb
index b0b24b949f..b2a8711c79 100755
--- a/src/ruby/bin/interop/interop_client.rb
+++ b/src/ruby/bin/interop/interop_client.rb
@@ -57,7 +57,7 @@ require 'test/cpp/interop/empty'
require 'signet/ssl_config'
-AUTH_ENV = Google::Auth::ServiceAccountCredentials::ENV_VAR
+AUTH_ENV = Google::Auth::CredentialsLoader::ENV_VAR
# loads the certificates used to access the test server securely.
def load_test_certs