Skip to content

Commit

Permalink
Ci update (#232)
Browse files Browse the repository at this point in the history
* Update API level for "modern" report templates

* Update unit tests

Ref: inventree/InvenTree#7284
  • Loading branch information
SchrodingersGat committed Jun 4, 2024
1 parent 116e66c commit 4ba08f5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/test_order.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def test_po_fields(self):
'complete_date',
'supplier',
'status',
'notes',
]

for name in names:
Expand Down Expand Up @@ -633,7 +632,6 @@ def test_so_shipment(self):
self.assertEqual(shipment_2.reference, f'Package {num_shipments+1}')

# Make sure extra data is also as expected
self.assertEqual(shipment_2.notes, notes)
self.assertEqual(shipment_2.tracking_number, tracking_number)

# Count number of current shipments
Expand Down

0 comments on commit 4ba08f5

Please sign in to comment.