Skip to content

Commit 0743692

Browse files
committed
ACP2E-2837: Product entity updated_at column values not updating while updating price through REST API
- Fixed the static test failure.
1 parent f7d0513 commit 0743692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@
1313
use Magento\Catalog\Model\ProductRepositoryFactory;
1414

1515
/**
16-
* BasePriceStorage test.
16+
* Base price storage test to test the update and update with invalid parameter.
1717
*/
1818
class BasePriceStorageTest extends WebapiAbstract
1919
{
20-
const SERVICE_NAME = 'catalogBasePriceStorageV1';
21-
const SERVICE_VERSION = 'V1';
22-
const SIMPLE_PRODUCT_SKU = 'simple';
20+
private const SERVICE_NAME = 'catalogBasePriceStorageV1';
21+
private const SERVICE_VERSION = 'V1';
22+
private const SIMPLE_PRODUCT_SKU = 'simple';
2323

2424
/**
2525
* @var \Magento\TestFramework\ObjectManager

0 commit comments

Comments
 (0)