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 c11bd70 commit 8e50aa9Copy full SHA for 8e50aa9
dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php
@@ -108,6 +108,12 @@ public function validationDataProvider(): array
108
'message' => 'Download full report',
109
'delimiter' => ';',
110
],
111
+ [
112
+ 'file_name' => 'invalid_catalog_products.zip',
113
+ 'mime-type' => 'application/zip',
114
+ 'message' => 'Data validation failed.',
115
+ 'delimiter' => ',',
116
+ ],
117
[
118
'file_name' => 'catalog_product.zip',
119
'mime-type' => 'application/zip',
0 commit comments