chore: test data; always same password
This commit is contained in:
@@ -210,7 +210,8 @@ async function insertTestUsers() {
|
||||
const firstName = getRandomElement(FIRST_NAMES);
|
||||
const lastName = getRandomElement(LAST_NAMES);
|
||||
const email = `${firstName.toLowerCase()}.${lastName.toLowerCase()}@peakskills.local`;
|
||||
const passwordHash = "$2b$10$default.hash.for.test.users.placeholder";
|
||||
const passwordHash =
|
||||
"$2b$10$oJhZZAzIUYZQMHYJmA8sT.LhyY8qqrvW5NHb45y43UtQreqruFQTK"; //sample
|
||||
|
||||
try {
|
||||
const result = await pool.query(
|
||||
|
||||
Reference in New Issue
Block a user