diff --git a/tests/models/comment.js b/tests/models/comment.js index 3db7d67a2..f97fe8da3 100644 --- a/tests/models/comment.js +++ b/tests/models/comment.js @@ -63,11 +63,11 @@ describe('models.Comment', () => { const users = [{ email: 'stampi@gmail.com', displayName: 'Stampi', - password: '1Coral!' + password: '1Coral!!' }, { email: 'sockmonster@gmail.com', displayName: 'Sockmonster', - password: '2Coral!' + password: '2Coral!!' }]; const actions = [{ diff --git a/tests/routes/api/comments/index.js b/tests/routes/api/comments/index.js index 5aaad43db..26166fa0c 100644 --- a/tests/routes/api/comments/index.js +++ b/tests/routes/api/comments/index.js @@ -48,11 +48,11 @@ describe('/api/v1/comments', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; const actions = [{ @@ -328,11 +328,11 @@ describe('/api/v1/comments/:comment_id', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; const actions = [{ @@ -437,11 +437,11 @@ describe('/api/v1/comments/:comment_id/actions', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; const actions = [{ diff --git a/tests/routes/api/queue/index.js b/tests/routes/api/queue/index.js index 77f96bd9a..e1ac09eb6 100644 --- a/tests/routes/api/queue/index.js +++ b/tests/routes/api/queue/index.js @@ -44,11 +44,11 @@ describe('/api/v1/queue', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; const actions = [{ diff --git a/tests/routes/api/stream/index.js b/tests/routes/api/stream/index.js index 67088e37e..b4dea133d 100644 --- a/tests/routes/api/stream/index.js +++ b/tests/routes/api/stream/index.js @@ -55,11 +55,11 @@ describe('/api/v1/stream', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; const actions = [{ diff --git a/tests/routes/api/user/index.js b/tests/routes/api/user/index.js index 01c48d2de..ad2b036fc 100644 --- a/tests/routes/api/user/index.js +++ b/tests/routes/api/user/index.js @@ -15,11 +15,11 @@ describe('/api/v1/users/:user_id/actions', () => { const users = [{ displayName: 'Ana', email: 'ana@gmail.com', - password: '123' + password: '123456789' }, { displayName: 'Maria', email: 'maria@gmail.com', - password: '123' + password: '123456789' }]; beforeEach(() => {