Removed unnecessary arguments from auth message

pull/2554/head
murgatroid99 10 years ago
parent 21ec6c30b1
commit c7b8872f54
  1. 5
      src/node/interop/interop_client.js

@ -322,11 +322,6 @@ function oauth2Test(expected_user, scope, per_rpc, client, done) {
(new GoogleAuth()).getApplicationDefault(function(err, credential) { (new GoogleAuth()).getApplicationDefault(function(err, credential) {
assert.ifError(err); assert.ifError(err);
var arg = { var arg = {
response_type: 'COMPRESSABLE',
response_size: 314159,
payload: {
body: zeroBuffer(271828)
},
fill_username: true, fill_username: true,
fill_oauth_scope: true fill_oauth_scope: true
}; };

Loading…
Cancel
Save