File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
dev/tests/api-functional/testsuite/Magento/Catalog/Api Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ public function testCreate()
91
91
$ expectedData = [
92
92
'attribute_code ' => $ attributeCode ,
93
93
'is_required ' => true ,
94
+ 'entity_type_id ' => "4 " ,
94
95
"frontend_input " => "select " ,
95
96
"is_visible_on_front " => true ,
96
97
"is_searchable " => true ,
@@ -205,6 +206,7 @@ public function testUpdateWithNewOption()
205
206
'attribute ' => [
206
207
'attribute_id ' => $ attribute ['attribute_id ' ],
207
208
'attribute_code ' => $ attributeCode ,
209
+ 'entity_type_id ' => 4 ,
208
210
'is_required ' => true ,
209
211
'frontend_labels ' => [
210
212
['store_id ' => 0 , 'label ' => 'front_lbl_new ' ],
@@ -281,6 +283,7 @@ protected function createAttribute($attributeCode)
281
283
$ attributeData = [
282
284
'attribute ' => [
283
285
'attribute_code ' => $ attributeCode ,
286
+ 'entity_type_id ' => '4 ' ,
284
287
'frontend_labels ' => [
285
288
[
286
289
'store_id ' => 0 ,
You can’t perform that action at this time.
0 commit comments