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:
@@ -210,8 +210,8 @@ func (s *IntegrationSuite) TestRequestHandler_ApproveTZSuccess() {
|
||||
approveResp, err := s.requestClient.ApproveTZ(ctx, approveReq)
|
||||
s.NoError(err)
|
||||
s.NotNil(approveResp)
|
||||
s.True(approveResp.Success)
|
||||
s.Equal("sent", approveResp.MailingStatus)
|
||||
s.NotEmpty(approveResp.RequestId)
|
||||
s.NotNil(approveResp.Suppliers)
|
||||
}
|
||||
|
||||
func (s *IntegrationSuite) TestRequestHandler_GetMailingListByIDSuccess() {
|
||||
|
||||
Reference in New Issue
Block a user