Skip to content

Commit 838ffa8

Browse files
committed
MAGETWO-37464: Merge and Fix Builds
- Refactored to use the updated attribute name for ImageContent
1 parent b686d7d commit 838ffa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/api-functional/testsuite/Magento/Catalog/Api/ProductRepositoryInterfaceTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ public function testProductWithMediaGallery()
326326
'content' => [
327327
'type' => 'image/jpeg',
328328
'name' => $filename1,
329-
'entry_data' => $encodedImage,
329+
'base64_encoded_data' => $encodedImage,
330330
]
331331
],
332332
[
@@ -337,7 +337,7 @@ public function testProductWithMediaGallery()
337337
'content' => [
338338
'type' => 'image/jpeg',
339339
'name' => $filename2,
340-
'entry_data' => $encodedImage,
340+
'base64_encoded_data' => $encodedImage,
341341
]
342342
],
343343
];

0 commit comments

Comments
 (0)