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 fce12cf commit c909c4c
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 @@ -179,6 +179,7 @@ def rollback():
force_sendcloud_shipment_code="c9b2058d-2621-4ce5-afb0-f14e8e5565b6"
).action_confirm()
# Set HS code and confirm order
self.env.ref("product.product_delivery_02").write({"hs_code": "123"})
sale_order.mapped("order_line").mapped("product_id").write({"hs_code": "123"})
with rollback():
# Origin Country consistency
Expand Down

0 comments on commit c909c4c

Please sign in to comment.