Skip to content

Commit

Permalink
Merge branch 'B-22488-MAIN' into B-22488-INT
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstonebraker committed Mar 4, 2025
2 parents f613b0e + d2e42cc commit f3321aa
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/handlers/ghcapi/mto_shipment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3681,10 +3681,6 @@ func (suite *HandlerSuite) TestCreateMTOShipmentHandler() {
// Validate incoming payload
suite.NoError(params.Body.Validate(strfmt.Default))

fmt.Println("params.Body")
fmt.Println(params.Body)
fmt.Println("params.Body.PpmShipment")
fmt.Println(params.Body.PpmShipment)
response := handler.Handle(params)
suite.IsType(&mtoshipmentops.CreateMTOShipmentOK{}, response)
okResponse := response.(*mtoshipmentops.CreateMTOShipmentOK)
Expand Down

0 comments on commit f3321aa

Please sign in to comment.