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