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

@@ -31,7 +31,7 @@ func (s *IntegrationSuite) TestConcurrent_Registration_WithSingleInviteCode() {
_, err := s.authClient.Register(s.ctx, &authpb.RegisterRequest{
Email: email,
Password: "testpassword123",
Password: "TestPassword123",
Name: fmt.Sprintf("User %d", idx),
Phone: fmt.Sprintf("+1%010d", idx),
InviteCode: inviteCode,
@@ -85,7 +85,7 @@ func (s *IntegrationSuite) TestConcurrent_Registration_InviteCodeDeactivation()
_, err := s.authClient.Register(s.ctx, &authpb.RegisterRequest{
Email: email,
Password: "testpassword123",
Password: "TestPassword123",
Name: fmt.Sprintf("User %d", idx),
Phone: fmt.Sprintf("+2%010d", idx),
InviteCode: inviteCode,
@@ -140,7 +140,7 @@ func (s *IntegrationSuite) TestConcurrent_Registration_MultipleInviteCodes() {
_, err := s.authClient.Register(s.ctx, &authpb.RegisterRequest{
Email: email,
Password: "testpassword123",
Password: "TestPassword123",
Name: fmt.Sprintf("User %d", idx),
Phone: fmt.Sprintf("+3%010d", idx),
InviteCode: code,