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

@@ -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",
}