Skip to content
Snippets Groups Projects
Commit c7b8872f authored by murgatroid99's avatar murgatroid99
Browse files

Removed unnecessary arguments from auth message

parent 21ec6c30
No related branches found
No related tags found
No related merge requests found
......@@ -322,11 +322,6 @@ function oauth2Test(expected_user, scope, per_rpc, client, done) {
(new GoogleAuth()).getApplicationDefault(function(err, credential) {
assert.ifError(err);
var arg = {
response_type: 'COMPRESSABLE',
response_size: 314159,
payload: {
body: zeroBuffer(271828)
},
fill_username: true,
fill_oauth_scope: true
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment