merge developer.js into clients.js

This commit is contained in:
Girish Ramakrishnan
2018-05-01 13:40:25 -07:00
parent d1135accbd
commit a545bdd574
5 changed files with 41 additions and 75 deletions
+1 -1
View File
@@ -596,7 +596,7 @@ describe('OAuth2', function () {
setup,
function (callback) {
superagent.post(`${SERVER_URL}/api/v1/developer/login`).send({ username: USER_0.username, password: USER_0.password }).end(function (error, result) {
accessToken = result.body.token;
accessToken = result.body.accessToken;
callback(error);
});
},