Skip to content

Commit cdb7b54

Browse files
committed
ACP2E-3374: In Backend, default store values for product attributes (instead of expected admin values)
1 parent 85b6b2b commit cdb7b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Rule/Test/Unit/Model/Condition/Product/AbstractProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ public static function prepareValueOptionsDataProvider()
536536
[
537537
'value_select_options' => ['key' => 'value'],
538538
'value_option' => ['k' => 'v'],
539-
], null, null, null, null, ['key' => 'value'], ['k' => 'v']
539+
], null, null, null, null, ['key' => 'value'], ['k' => 'v'],
540540
],
541541
[
542542
['attribute' => 'attribute_set_id'],

0 commit comments

Comments
 (0)