This commit is contained in:
@@ -15,7 +15,7 @@ func (s *IntegrationSuite) TestOwnership_GetMailingListByID_AnotherUsersRequest(
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -62,7 +62,7 @@ func (s *IntegrationSuite) TestOwnership_ApproveTZ_AnotherUsersRequest() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -110,7 +110,7 @@ func (s *IntegrationSuite) TestOwnership_ExportExcel_AnotherUsersRequest() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -166,7 +166,7 @@ func (s *IntegrationSuite) TestOwnership_GetMailingListByID_OwnRequest_Success()
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user