Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat committed Oct 9, 2024
1 parent a37079f commit 2a23f83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/test_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 +674,10 @@ def test_so_shipment(self):
# Make sure date is not None
self.assertIsNotNone(shipment_2.shipment_date)

# SalesOrderAllocations are broken prior to server API version 267
if self.api.api_version < 267:
return

# Try to complete this order
# Ship remaining shipments first
for shp in so.getShipments():
Expand Down

0 comments on commit 2a23f83

Please sign in to comment.