Method: NamedTests#compute_engine_creds

Defined in:
src/ruby/pb/test/client.rb

#compute_engine_credsObject



338
339
340
341
342
343
344
# File 'src/ruby/pb/test/client.rb', line 338

def compute_engine_creds
  resp = perform_large_unary(fill_username: true,
                             fill_oauth_scope: true)
  assert("#{__callee__}: bad username") do
    @args. == resp.username
  end
end