Skip to content

Commit 8391f77

Browse files
committed
ACP2E-763: Bulk Rest API not working
1 parent 02973bd commit 8391f77

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/api-functional/testsuite/Magento/WebapiAsync/Model/AsyncBulkConfigurableProductsTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
*/
2222
class AsyncBulkConfigurableProductsTest extends WebapiAbstract
2323
{
24-
const SERVICE_NAME = 'asyncBulkConfigurableProductsV1';
25-
const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/configurable-products';
24+
private const SERVICE_NAME = 'asyncBulkConfigurableProductsV1';
25+
private const ASYNC_BULK_RESOURCE_PATH = '/async/bulk/V1/configurable-products';
2626

27-
const BULK_UUID_KEY = 'bulk_uuid';
27+
private const BULK_UUID_KEY = 'bulk_uuid';
2828

2929
/**
3030
* @var \Magento\Framework\ObjectManagerInterface

0 commit comments

Comments
 (0)