mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 14:03:48 +03:00
Tests: Added missing attrs to DataGenerator
no issue
- `createUser` did not return `updated_at` and `updated_by`
- heyyyy 🤠
This commit is contained in:
parent
bda76acba6
commit
19596dcf42
@ -470,7 +470,9 @@ DataGenerator.forKnex = (function () {
|
||||
status: 'active',
|
||||
password: '$2b$10$ujPIlqjTsYwfc2/zrqZXZ.yd7cQQm2iOkAFenTAJfveKkc23nwdeS',
|
||||
created_by: DataGenerator.Content.users[0].id,
|
||||
created_at: new Date()
|
||||
created_at: new Date(),
|
||||
updated_at: new Date(),
|
||||
updated_by: DataGenerator.Content.users[0].id
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user