Skip to content

Commit 8e50aa9

Browse files
committed
B2B-2028: [AWS S3] [Integration Tests]: Investigate Test Failures in CustomerCustomAttributes module
1 parent c11bd70 commit 8e50aa9

File tree

1 file changed

+6
-0
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import

1 file changed

+6
-0
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Controller/Adminhtml/Import/ValidateTest.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ public function validationDataProvider(): array
108108
'message' => 'Download full report',
109109
'delimiter' => ';',
110110
],
111+
[
112+
'file_name' => 'invalid_catalog_products.zip',
113+
'mime-type' => 'application/zip',
114+
'message' => 'Data validation failed.',
115+
'delimiter' => ',',
116+
],
111117
[
112118
'file_name' => 'catalog_product.zip',
113119
'mime-type' => 'application/zip',

0 commit comments

Comments
 (0)