Git commit prior to merge

This commit is contained in:
riyadhafraa
2026-04-27 12:07:06 +00:00
parent 66bc96f97f
commit 6e9b9b5f3d
@@ -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`,