Skip to content

Commit

Permalink
sf_checkout_sync: imp confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
TDu committed Nov 21, 2023
1 parent a6d26e3 commit fe180ad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_unload_set_destination_sync(self):
params={
"package_id": self.free_package.id,
"barcode": self.packing_sublocation.barcode,
"confirmation": True,
"confirmation": self.packing_sublocation.barcode,
},
)
# check data
Expand Down

0 comments on commit fe180ad

Please sign in to comment.