Skip to content

Commit 0da4e3f

Browse files
set context of base_delivery_carrier_label
1 parent 88e2ca4 commit 0da4e3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

delivery_send_to_shipper_at_operation/tests/test_send_to_shipper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class TestDeliverySendToShipper(SavepointCase):
1616
@classmethod
1717
def setUpClass(cls):
1818
super().setUpClass()
19-
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True))
19+
cls.env = cls.env(context=dict(cls.env.context, tracking_disable=True, set_default_package=False))
2020
cls.wh = cls.env.ref("stock.warehouse0")
2121
cls.wh.delivery_steps = "pick_pack_ship"
2222
cls.stock_location = cls.env.ref("stock.stock_location_stock")

0 commit comments

Comments
 (0)