Skip to content

Commit 8eadbbd

Browse files
committed
Align test
1 parent 097b72a commit 8eadbbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductTierPriceManagementTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function testDelete($customerGroupId, $qty)
8282
],
8383
];
8484
$requestData = ['sku' => $productSku, 'customerGroupId' => $customerGroupId, 'qty' => $qty];
85-
$this->assertTrue($this->_webApiCall($serviceInfo, $requestData));
85+
$this->assertTrue($this->_webApiCall($serviceInfo, $requestData, null, "all"));
8686
}
8787

8888
public function deleteDataProvider()
@@ -198,7 +198,7 @@ public function testUpdateWithAllGroups()
198198
'qty' => $qty,
199199
'price' => $price,
200200
];
201-
$this->_webApiCall($serviceInfo, $requestData);
201+
$this->_webApiCall($serviceInfo, $requestData, null, "all");
202202
$objectManager = \Magento\TestFramework\ObjectManager::getInstance();
203203
/** @var \Magento\Catalog\Api\ProductTierPriceManagementInterface $service */
204204
$service = $objectManager->get(\Magento\Catalog\Api\ProductTierPriceManagementInterface::class);

0 commit comments

Comments
 (0)