Git commit prior to merge

This commit is contained in:
Riyadh
2026-04-27 12:07:06 +00:00
parent 1b96b6528d
commit 55f8b433cc
@@ -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`,