This commit is contained in:
José F. Romaniello
2014-07-16 20:32:42 -03:00
2 changed files with 6 additions and 1 deletions

View File

@ -17,6 +17,7 @@ describe('authorizer', function () {
socket.on('error', function(err){
err.should.eql("jwt malformed");
err.code.should.eql("invalid_token");
done();
});
});