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 9aff2a9 commit 03db558Copy full SHA for 03db558
dev/tests/api-functional/testsuite/Magento/Downloadable/Api/ProductRepositoryTest.php
@@ -472,6 +472,10 @@ public function testUpdateDownloadableProductSamplesWithNewFile()
472
'title' => 'sample2_updated',
473
'sort_order' => 2,
474
'sample_type' => 'file',
475
+ 'sample_file_content' => [
476
+ 'name' => 'sample2.jpg',
477
+ 'file_data' => base64_encode(file_get_contents($this->testImagePath)),
478
+ ],
479
];
480
481
$response[ExtensibleDataInterface::EXTENSION_ATTRIBUTES_KEY]["downloadable_product_samples"] =
0 commit comments