This commit is contained in:
Johannes Zellner
2016-04-13 11:33:01 +02:00
parent 259798a8f2
commit 6991402a8c

View File

@@ -137,7 +137,7 @@ describe('User API', function () {
});
});
it('canno get userInfo by username', function (done) {
it('cannot get userInfo by username', function (done) {
superagent.get(SERVER_URL + '/api/v1/users/' + USERNAME_0)
.query({ access_token: token })
.end(function (err, res) {