File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
dev/tests/api-functional/testsuite/Magento/GraphQl/Catalog Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,7 @@ public function testCategoryProducts()
141
141
available_sort_by
142
142
level
143
143
}
144
- image { url, path, label }
145
- image_label
144
+ image { url, label }
146
145
meta_description
147
146
meta_keyword
148
147
meta_title
@@ -225,8 +224,8 @@ public function testCategoryProducts()
225
224
}
226
225
short_description
227
226
sku
228
- small_image { url, path, label }
229
- thumbnail { url, path, label }
227
+ small_image { url, label }
228
+ thumbnail { url, label }
230
229
special_from_date
231
230
special_price
232
231
special_to_date
Original file line number Diff line number Diff line change @@ -81,7 +81,6 @@ public function testProductWithSmallImage()
81
81
items {
82
82
small_image {
83
83
url
84
- path
85
84
label
86
85
}
87
86
}
@@ -107,7 +106,6 @@ public function testProductWithThumbnail()
107
106
items {
108
107
thumbnail {
109
108
url
110
- path
111
109
label
112
110
}
113
111
}
You can’t perform that action at this time.
0 commit comments