Skip to content

Commit 37b996e

Browse files
committed
AC-13358: RestApi request '/rest/default/V1/categories?searchCriteria%5Bpage_size%5D=1' fails with timeout error
Static test failure fix
1 parent 5483b69 commit 37b996e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,8 @@
1616
*/
1717
class CategoryManagementTest extends WebapiAbstract
1818
{
19-
const RESOURCE_PATH = '/V1/categories';
20-
21-
const SERVICE_NAME = 'catalogCategoryManagementV1';
19+
private const RESOURCE_PATH = '/V1/categories';
20+
private const SERVICE_NAME = 'catalogCategoryManagementV1';
2221

2322
/**
2423
* @var CompareArraysRecursively

0 commit comments

Comments
 (0)