aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/node/interop
diff options
context:
space:
mode:
authorGravatar murgatroid99 <mlumish@google.com>2015-05-14 10:04:48 -0700
committerGravatar murgatroid99 <mlumish@google.com>2015-05-14 10:04:48 -0700
commit2c5fa16f14b02efe1dda5840aa6122c1def6028e (patch)
tree66f1e187e22535ea688b84301848ae750775324c /src/node/interop
parente02c1482716466ccc5fa2dab8a632dee1020e5d1 (diff)
Fixed client auth implementation and tests
Diffstat (limited to 'src/node/interop')
-rw-r--r--src/node/interop/interop_client.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node/interop/interop_client.js b/src/node/interop/interop_client.js
index 8059c1a003..402843162e 100644
--- a/src/node/interop/interop_client.js
+++ b/src/node/interop/interop_client.js
@@ -271,7 +271,7 @@ function cancelAfterFirstResponse(client, done) {
* @param {function} done Callback to call when the test is completed. Included
* primarily for use with mocha
*/
-function authTest(expected_user, client, scope, done) {
+function authTest(expected_user, scope, client, done) {
(new GoogleAuth()).getApplicationDefault(function(err, credential) {
assert.ifError(err);
if (credential.createScopedRequired() && scope) {