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

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