Git commit prior to merge
This commit is contained in:
@@ -57,7 +57,7 @@ before(async () => {
|
||||
testUsername = `open_test_${Date.now().toString(36)}_${Math.random()
|
||||
.toString(36)
|
||||
.slice(2, 6)}`;
|
||||
|
||||
ccaPassa,
|
||||
const userRes = await pool.query(
|
||||
`INSERT INTO users (username, email, password_hash, display_name_en, preferred_language, is_active)
|
||||
VALUES ($1, $2, $3, 'Open Test', 'en', true) RETURNING id`,
|
||||
|
||||
Reference in New Issue
Block a user