add service
All checks were successful
Deploy Smart Search Backend / deploy (push) Successful in 1m47s

This commit is contained in:
vallyenfail
2026-01-20 19:02:06 +03:00
parent f8db0fd9e6
commit 8b9554720d
15 changed files with 2109 additions and 38 deletions

View File

@@ -154,6 +154,7 @@ func (s *IntegrationSuite) createTestUser(email, password string) {
emailHash := cryptoHelper.EmailHash(email)
passwordHash := crypto.PasswordHash(password)
s.Require().NotEmpty(passwordHash, "password hash should not be empty")
query := `
INSERT INTO users (email, email_hash, password_hash, phone, user_name, company_name, balance, payment_status, invites_issued, invites_limit)