Skip to content

Commit

Permalink
Updated test scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteMeAsap committed Sep 20, 2024
1 parent 8520153 commit c59f965
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions delivery_sendcloud_oca/tests/test_delivery_sendcloud.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ def rollback():
).action_confirm()
# Set HS code and confirm order
sale_order.mapped("order_line").mapped("product_id").write({"hs_code": "123"})
self.assertFalse(self.env.ref("product.product_delivery_02").hs_code)
with rollback():
# Origin Country consistency
with self.assertRaisesRegex(
Expand Down

0 comments on commit c59f965

Please sign in to comment.