Skip to content

Commit 82e031d

Browse files
ENGCOM-1969: Fix magento/inventory#1339 issue - Fix \Magento\Sales\Service\V1\ShipmentCreateTest::testInvoke #15974
- Merge Pull Request #15974 from slackerzz/magento2:fix_msi_issue_1339 - Merged commits: 1. 7433de4
2 parents ff6e0b8 + 7433de4 commit 82e031d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Sales/Service/V1/ShipmentCreateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ public function testInvoke()
4343
'qty' => $orderItem->getQtyOrdered(),
4444
'additional_data' => null,
4545
'description' => null,
46-
'entity_id' => null,
46+
'entity_id' => 1,
4747
'name' => null,
4848
'parent_id' => null,
4949
'price' => null,
5050
'product_id' => null,
5151
'row_total' => null,
52-
'sku' => null,
52+
'sku' => 'simple',
5353
'weight' => null,
5454
],
5555
];

0 commit comments

Comments
 (0)