Adds a missing return

pull/340/head
Tim Emiola 10 years ago
parent ce062f2174
commit c799e81863
  1. 1
      src/ruby/bin/interop/interop_client.rb

@ -195,6 +195,7 @@ class NamedTests
# ignore this test if the oauth options are not set
if @args.oauth_scope.nil? || @args.oauth_key_file.nil?
p 'NOT RUN: service_account_creds; no service_account settings'
return
end
json_key = File.read(@args.oauth_key_file)
wanted_email = MultiJson.load(json_key)['client_email']

Loading…
Cancel
Save