Skip to content

Commit 17a571b

Browse files
author
Cari Spruiell
committed
MAGETWO-50202: [GitHub] Couldn't save shipment data #527
- fix test
1 parent 52b1094 commit 17a571b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,12 @@ public function testInvoke()
8787
'order_id' => $order->getId(),
8888
'title' => 'ground',
8989
'description' => null,
90-
'track_number' => '12345678'
90+
'track_number' => '12345678',
91+
'parent_id' => null,
92+
'created_at' => null,
93+
'updated_at' => null,
94+
'qty' => null,
95+
'weight' => null
9196
]
9297
],
9398
'items' => $items,

0 commit comments

Comments
 (0)