Skip to content

Commit

Permalink
Updating yaml and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CoryKleinjanCACI committed May 10, 2024
1 parent f978011 commit dff5823
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkg/handlers/primeapi/payloads/payload_to_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func (suite *PayloadsSuite) TestMTOServiceItemModel() {
description := "Description"

// SCRT Service Item
scrtCode := models.ReServiceCodeDCRT.String()
scrtCode := models.ReServiceCodeSCRT.String()

item := &primemessages.MTOServiceItemDimension{
Height: &itemMeasurement,
Expand Down
2 changes: 1 addition & 1 deletion pkg/handlers/primeapiv2/payloads/payload_to_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (suite *PayloadsSuite) TestMTOServiceItemModel() {
basicServiceItem.SetMtoShipmentID(*mtoShipmentIDString)

// SCRT Service Item
scrtCode := models.ReServiceCodeDCRT.String()
scrtCode := models.ReServiceCodeSCRT.String()

// DCRT Service Item
itemMeasurement := int32(1100)
Expand Down
2 changes: 1 addition & 1 deletion pkg/handlers/primeapiv3/payloads/payload_to_model_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func (suite *PayloadsSuite) TestMTOServiceItemModel() {
basicServiceItem.SetMtoShipmentID(*mtoShipmentIDString)

// SCRT Service Item
scrtCode := models.ReServiceCodeDCRT.String()
scrtCode := models.ReServiceCodeSCRT.String()

// DCRT Service Item
itemMeasurement := int32(1100)
Expand Down
2 changes: 1 addition & 1 deletion swagger/prime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2314,7 +2314,7 @@ definitions:
type: string
description: >-
A unique code for the service item. Indicates if the service is
for crating (DCRT) or uncrating (DUCRT).
for crating (SCRT) or uncrating (SUCRT).
enum:
- SCRT
- SUCRT
Expand Down
2 changes: 1 addition & 1 deletion swagger/prime_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ definitions:
type: string
description: >-
A unique code for the service item. Indicates if the service is
for crating (DCRT) or uncrating (DUCRT).
for crating (SCRT) or uncrating (SUCRT).
enum:
- DCRT
- DUCRT
Expand Down
2 changes: 1 addition & 1 deletion swagger/prime_v3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ definitions:
type: string
description: >-
A unique code for the service item. Indicates if the service is
for crating (DCRT) or uncrating (DUCRT).
for crating (SCRT) or uncrating (SUCRT).
enum:
- SCRT
- SUCRT
Expand Down

0 comments on commit dff5823

Please sign in to comment.