Fixes a missed old module name reference in the interop client

pull/715/head
Tim Emiola 10 years ago
parent fb7db9d607
commit a16d2ae325
  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