This commit is contained in:
@@ -81,7 +81,7 @@ func (s *IntegrationSuite) TestRequestHandler_CreateTZWithValidUser() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -113,7 +113,7 @@ func (s *IntegrationSuite) TestRequestHandler_GetMailingListWithValidUser() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -142,7 +142,7 @@ func (s *IntegrationSuite) TestRequestHandler_CreateTZWithFile() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -176,7 +176,7 @@ func (s *IntegrationSuite) TestRequestHandler_ApproveTZSuccess() {
|
||||
|
||||
loginReq := &authpb.LoginRequest{
|
||||
Email: "test@example.com",
|
||||
Password: "testpassword",
|
||||
Password: "TestPassword123",
|
||||
Ip: "127.0.0.1",
|
||||
UserAgent: "integration-test",
|
||||
}
|
||||
@@ -219,7 +219,7 @@ func (s *IntegrationSuite) TestRequestHandler_GetMailingListByIDSuccess() {
|
||||
|
||||
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