add service
Some checks failed
Deploy Smart Search Backend / deploy (push) Failing after 13m51s

This commit is contained in:
vallyenfail
2026-01-20 22:30:05 +03:00
parent 8b9554720d
commit 9b4b8bd012
16 changed files with 103 additions and 100 deletions

View File

@@ -374,7 +374,7 @@ func (s *IntegrationSuite) TestRepository_UserCreate() {
user := &model.User{
Email: email,
EmailHash: cryptoHelper.EmailHash(email),
PasswordHash: crypto.PasswordHash("password123"),
PasswordHash: crypto.PasswordHash("Password123"),
Phone: "+1234567890",
UserName: "New User",
CompanyName: "Test Company",