fix(test): rem exclusive test

Ref: #3720
This commit is contained in:
Samuel Reed 2017-12-08 11:14:15 -06:00
parent 3bf84bacde
commit 3af6a1bbaa
No known key found for this signature in database
GPG Key ID: 011E698EE329F38B
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ describe('role model', function() {
}); });
}); });
it.only('should be properly authenticated with 0 userId', function(done) { it('should be properly authenticated with 0 userId', function(done) {
var userData = {name: 'Raymond', email: 'x@y.com', password: 'foobar', id: 0}; var userData = {name: 'Raymond', email: 'x@y.com', password: 'foobar', id: 0};
var TestUser = app.registry.createModel({ var TestUser = app.registry.createModel({
name: 'TestUser', name: 'TestUser',