Skip to content

Commit 0a667f0

Browse files
author
Cari Spruiell
committed
MAGETWO-50202: [GitHub] Couldn't save shipment data #527
- fix test
1 parent 5d761f9 commit 0a667f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ public function testInvoke()
8585
'carrier_code' => 'UPS',
8686
'order_id' => $order->getId(),
8787
'title' => 'ground',
88+
'description' => null,
8889
'track_number' => '12345678'
8990
]
9091
],

0 commit comments

Comments
 (0)