fix(test): set language in test

This commit is contained in:
kolaente 2025-03-02 15:53:06 +01:00
parent cf2fb3f7f8
commit 35a60b5482
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ export class UserFactory extends Factory {
password: '$2a$14$dcadBoMBL9jQoOcZK8Fju.cy0Ptx2oZECkKLnaa8ekRoTFe1w7To.', // 1234
status: 0,
issuer: 'local',
language: 'en',
created: now.toISOString(),
updated: now.toISOString(),
}