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:
@@ -322,7 +322,7 @@ func (s *IntegrationSuite) TestEdgeCase_ApproveTZTwice() {
|
||||
|
||||
approveResp1, err := s.requestClient.ApproveTZ(ctx, approveReq1)
|
||||
s.NoError(err)
|
||||
s.True(approveResp1.Success)
|
||||
s.NotEmpty(approveResp1.RequestId)
|
||||
|
||||
approveReq2 := &requestpb.ApproveTZRequest{
|
||||
RequestId: requestID,
|
||||
@@ -332,7 +332,7 @@ func (s *IntegrationSuite) TestEdgeCase_ApproveTZTwice() {
|
||||
|
||||
approveResp2, err := s.requestClient.ApproveTZ(ctx, approveReq2)
|
||||
s.NoError(err)
|
||||
s.True(approveResp2.Success)
|
||||
s.NotEmpty(approveResp2.RequestId)
|
||||
}
|
||||
|
||||
func (s *IntegrationSuite) TestEdgeCase_CreateTZWithVeryLongText() {
|
||||
@@ -418,5 +418,5 @@ func (s *IntegrationSuite) TestEdgeCase_ApproveTZWithVeryLongFinalTZ() {
|
||||
|
||||
approveResp, err := s.requestClient.ApproveTZ(ctx, approveReq)
|
||||
s.NoError(err)
|
||||
s.True(approveResp.Success)
|
||||
s.NotEmpty(approveResp.RequestId)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user