fix: auth tests

This commit is contained in:
Barış Soner Uşaklı
2020-09-21 11:45:12 -04:00
parent af43f0e48e
commit fe2dc3101e

View File

@@ -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) {