File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
dev/tests/api-functional/testsuite/Magento/Catalog/Api Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ class SpecialPriceStorageTest extends WebapiAbstract
21
21
const SERVICE_VERSION = 'V1 ' ;
22
22
const SIMPLE_PRODUCT_SKU = 'simple ' ;
23
23
const VIRTUAL_PRODUCT_SKU = 'virtual-product ' ;
24
+ private const PRODUCT_SKU_TWO_WEBSITES = 'simple-on-two-websites ' ;
24
25
25
26
/**
26
27
* @var ObjectManager
@@ -167,7 +168,7 @@ public function testDeleteWhenPriceIsGlobal(): void
167
168
/**
168
169
* Test delete method.
169
170
*
170
- * @magentoApiDataFixture Magento/Catalog/_files/product_simple .php
171
+ * @magentoApiDataFixture Magento/Catalog/_files/product_two_websites .php
171
172
* @magentoConfigFixture catalog/price/scope 1
172
173
* @dataProvider deleteData
173
174
* @param array $data
@@ -269,7 +270,7 @@ public function deleteData(): array
269
270
[
270
271
'price ' => 3057 ,
271
272
'store_id ' => 0 ,
272
- 'sku ' => self ::SIMPLE_PRODUCT_SKU ,
273
+ 'sku ' => self ::PRODUCT_SKU_TWO_WEBSITES ,
273
274
'price_from ' => $ fromDate ,
274
275
'price_to ' => $ toDate
275
276
]
@@ -278,7 +279,7 @@ public function deleteData(): array
278
279
[
279
280
'price ' => 3057 ,
280
281
'store_id ' => 0 ,
281
- 'sku ' => self ::SIMPLE_PRODUCT_SKU ,
282
+ 'sku ' => self ::PRODUCT_SKU_TWO_WEBSITES ,
282
283
'price_from ' => $ fromDate ,
283
284
'price_to ' => false
284
285
]
You can’t perform that action at this time.
0 commit comments