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

@@ -64,7 +64,7 @@ func (s *IntegrationSuite) TestIdempotency_DoubleRegister_SameInviteCode() {
resp1, err := s.authClient.Register(s.ctx, &authpb.RegisterRequest{
Email: email1,
Password: "testpassword",
Password: "TestPassword123",
Name: "User 1",
Phone: fmt.Sprintf("+1%010d", time.Now().UnixNano()%10000000000),
InviteCode: inviteCode,
@@ -78,7 +78,7 @@ func (s *IntegrationSuite) TestIdempotency_DoubleRegister_SameInviteCode() {
resp2, err := s.authClient.Register(s.ctx, &authpb.RegisterRequest{
Email: email2,
Password: "testpassword",
Password: "TestPassword123",
Name: "User 2",
Phone: fmt.Sprintf("+2%010d", time.Now().UnixNano()%10000000000),
InviteCode: inviteCode,