mirror of
https://github.com/wassname/talk.git
synced 2026-08-20 12:50:41 +08:00
Password lenght of 8.
This commit is contained in:
@@ -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 = [{
|
||||
|
||||
@@ -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 = [{
|
||||
|
||||
@@ -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 = [{
|
||||
|
||||
@@ -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 = [{
|
||||
|
||||
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user