diff --git a/test/authentication.js b/test/authentication.js index 818fc9dfe2e6..8cc9bf2af17b 100644 --- a/test/authentication.js +++ b/test/authentication.js @@ -165,7 +165,7 @@ describe('authentication', function () { assert(body); request({ - url: nconf.get('url') + '/api/me', + url: nconf.get('url') + '/api/self', json: true, jar: jar, }, function (err, response, body) { @@ -204,7 +204,7 @@ describe('authentication', function () { assert.ifError(err); assert(body); request({ - url: nconf.get('url') + '/api/me', + url: nconf.get('url') + '/api/self', json: true, jar: jar, }, function (err, response, body) {