We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b686d7d commit 838ffa8Copy full SHA for 838ffa8
dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php
@@ -326,7 +326,7 @@ public function testProductWithMediaGallery()
326
'content' => [
327
'type' => 'image/jpeg',
328
'name' => $filename1,
329
- 'entry_data' => $encodedImage,
+ 'base64_encoded_data' => $encodedImage,
330
]
331
],
332
[
@@ -337,7 +337,7 @@ public function testProductWithMediaGallery()
337
338
339
'name' => $filename2,
340
341
342
343
];
0 commit comments