add service
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m40s
All checks were successful
Deploy Smart Search Backend Test / deploy (push) Successful in 1m40s
This commit is contained in:
@@ -76,7 +76,7 @@ func (s *IntegrationSuite) TestFullFlow_CompleteRequestLifecycle() {
|
||||
s.T().Logf("ApproveTZ failed: %v", err)
|
||||
return
|
||||
}
|
||||
s.True(approveTZResp.Success)
|
||||
s.NotEmpty(approveTZResp.RequestId)
|
||||
|
||||
getMailingListReq := &requestpb.GetMailingListRequest{
|
||||
UserId: userID,
|
||||
@@ -223,7 +223,7 @@ func (s *IntegrationSuite) TestFullFlow_CreateTZ_ApproveTZ_GetMailingListByID_Ex
|
||||
|
||||
approveTZResp, err := s.requestClient.ApproveTZ(ctx, approveTZReq)
|
||||
s.NoError(err)
|
||||
s.True(approveTZResp.Success)
|
||||
s.NotEmpty(approveTZResp.RequestId)
|
||||
|
||||
getMailingListByIDReq := &requestpb.GetMailingListByIDRequest{
|
||||
RequestId: requestID,
|
||||
|
||||
Reference in New Issue
Block a user