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

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