Skip to content

Commit 6c3a87e

Browse files
committed
ACP2E-2255: Garphql call resturn disabled simple produuct option while fetching config product
1 parent bc1c7ba commit 6c3a87e

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

app/code/Magento/ConfigurableProduct/Test/Fixture/Attribute.php

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,12 @@
77

88
namespace Magento\ConfigurableProduct\Test\Fixture;
99

10+
use Magento\Catalog\Test\Fixture\SelectAttribute;
1011
use Magento\Framework\DataObject;
1112

12-
class Attribute extends \Magento\Catalog\Test\Fixture\Attribute
13+
class Attribute extends SelectAttribute
1314
{
1415
private const DEFAULT_DATA = [
15-
'frontend_input' => 'select',
16-
'options' => [
17-
[
18-
'label' => 'option1%uniqid%',
19-
'sort_order' => 0,
20-
],
21-
[
22-
'label' => 'option2%uniqid%',
23-
'sort_order' => 1,
24-
]
25-
],
2616
'scope' => 'global',
2717
];
2818

0 commit comments

Comments
 (0)