Skip to content

Commit 04cc382

Browse files
author
Mike Weis
committed
MAGETWO-36840: low_stock_date shows only year when requesting stockItems information of product through API service
- update API functional test for SOAP
1 parent 0740c9d commit 04cc382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/testsuite/Magento/CatalogInventory/Api/StockItemTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public function saveStockItemBySkuWithWrongInputDataProvider()
223223
'enable_qty_increments' => '',
224224
'use_config_manage_stock' => 1,
225225
'manage_stock' => 1,
226-
'low_stock_date' => 0,
226+
'low_stock_date' => '',
227227
'is_decimal_divided' => '',
228228
'stock_status_changed_auto' => 0
229229
],

0 commit comments

Comments
 (0)