diff --git a/cmd/server/tests/test_helpers.go b/cmd/server/tests/test_helpers.go index dbda90a..5c491fb 100644 --- a/cmd/server/tests/test_helpers.go +++ b/cmd/server/tests/test_helpers.go @@ -240,7 +240,7 @@ func getTestUserID(t *testing.T, db *database.Queries) uuid.UUID { // If user doesn't exist, create one with a valid password // Password: "Test@Pass123!" meets complexity requirements // This is the bcrypt hash for "Test@Pass123!" - passwordHash := "$2a$10$vYI7j2zvH3vBmGHXqKbqMe.8hKqJVYOvQKHh8fPJWGjVPKpXzGvMqG" + passwordHash := "$2a$10$JjAtK7PPa1WexQC3AUGe8OXLeuseZ/haN1Mz7emMo6CfOvMiTVXWq" newUser, err := db.CreateUser(context.Background(), database.CreateUserParams{ Email: "testuser@example.com",