fix: update e2e tests

This commit is contained in:
Mythie
2024-02-29 15:19:38 +11:00
parent 1cc7c95a33
commit aa87a86a5f
6 changed files with 6 additions and 1 deletions

View File

@ -49,6 +49,7 @@ export const seedDatabase = async () => {
email: u.email,
password: hashSync(u.password),
emailVerified: new Date(),
url: u.email,
},
}),
),