Skip to content

Commit

Permalink
chore: update UPS shipment request data mapping tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danh91 committed Jul 25, 2024
1 parent d06a2c2 commit 8687982
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/connectors/ups/tests/ups/test_shipment.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def test_parse_cancel_shipment_response(self):
"NumOfPiecesInShipment": "0",
"Package": [
{
"Description": "Description",
"Dimensions": {
"Height": "2.0",
"Length": "7.0",
Expand Down Expand Up @@ -309,6 +310,7 @@ def test_parse_cancel_shipment_response(self):
"NumOfPiecesInShipment": "0",
"Package": [
{
"Description": "Description",
"Dimensions": {
"Height": "11.0",
"Length": "3.0",
Expand Down

0 comments on commit 8687982

Please sign in to comment.