We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c9ba9c commit 3a0c1a6Copy full SHA for 3a0c1a6
dev/tests/api-functional/testsuite/Magento/Catalog/Api/TierPriceStorageTest.php
@@ -379,15 +379,15 @@ public function testCheckNewRecords()
379
'price_type' => TierPriceInterface::PRICE_TYPE_FIXED,
380
'website_id' => 0,
381
'sku' => self::SIMPLE_PRODUCT_SKU,
382
- 'customer_group' => self::WRONG_CUSTOMER_GROUP_NAME,
+ 'customer_group' => self::CUSTOMER_ALL_GROUPS_NAME,
383
'quantity' => 2
384
],
385
[
386
'price' => 20.62,
387
388
'website_id' => 1,
389
390
391
392
]
393
];
0 commit comments