Merge pull request #715 from tbetbetbe/grpc-ruby-fix-interop-client

Fixes a missed old module name reference in the interop client
pull/720/head^2
Tim Emiola 10 years ago
commit 8b13192243
  1. 2
      src/ruby/bin/interop/interop_client.rb

@ -56,7 +56,7 @@ require 'test/cpp/interop/empty'
require 'signet/ssl_config'
include Google::RPC::Auth
include GRPC::Auth
# loads the certificates used to access the test server securely.
def load_test_certs

Loading…
Cancel
Save