Skip to content

Commit 5fa3a3a

Browse files
author
Mohan Ahuja
committed
ACP2E-726: Unable to query bulk operations by search criteria using REST Api
- Fixed static build failures
1 parent 5331375 commit 5fa3a3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/AsynchronousOperations/Api/OperationRepositoryInterfaceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
class OperationRepositoryInterfaceTest extends WebapiAbstract
1818
{
19-
const RESOURCE_PATH = '/V1/bulk';
20-
const SERVICE_NAME = 'asynchronousOperationsOperationRepositoryV1';
19+
public const RESOURCE_PATH = '/V1/bulk';
20+
public const SERVICE_NAME = 'asynchronousOperationsOperationRepositoryV1';
2121

2222
/**
2323
* @var \Magento\Framework\ObjectManagerInterface

0 commit comments

Comments
 (0)