Merge pull request #3725 from STRML/fix/exclusive-test

fix(test): rem exclusive test
This commit is contained in:
Miroslav Bajtoš 2017-12-08 20:19:01 +01:00 committed by GitHub
commit fdb453943a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 TestUser = app.registry.createModel({
name: 'TestUser',