Skip to content

Commit

Permalink
sf_reception_packaging_dimension: fix test confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Nov 22, 2023
1 parent c2cec2d commit 19e2877
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ def test_set_multiple_packaging_dimension(self):
data={
"picking": self.data.picking(self.picking),
"selected_move_line": self.data.move_lines(line),
"confirmation_required": False,
"confirmation_required": None,
},
message=self.msg_store.packaging_dimension_updated(
self.product_c_packaging_2
Expand Down

0 comments on commit 19e2877

Please sign in to comment.