Skip to content

Commit 3a0c1a6

Browse files
committed
ACP2E-3091: [Cloud] Creating the Duplicate website group price customer group in Tier Prices Api.
1 parent 4c9ba9c commit 3a0c1a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,15 @@ public function testCheckNewRecords()
379379
'price_type' => TierPriceInterface::PRICE_TYPE_FIXED,
380380
'website_id' => 0,
381381
'sku' => self::SIMPLE_PRODUCT_SKU,
382-
'customer_group' => self::WRONG_CUSTOMER_GROUP_NAME,
382+
'customer_group' => self::CUSTOMER_ALL_GROUPS_NAME,
383383
'quantity' => 2
384384
],
385385
[
386386
'price' => 20.62,
387387
'price_type' => TierPriceInterface::PRICE_TYPE_FIXED,
388388
'website_id' => 1,
389389
'sku' => self::SIMPLE_PRODUCT_SKU,
390-
'customer_group' => self::WRONG_CUSTOMER_GROUP_NAME,
390+
'customer_group' => self::CUSTOMER_ALL_GROUPS_NAME,
391391
'quantity' => 2
392392
]
393393
];

0 commit comments

Comments
 (0)