This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user