Skip to content

Commit 7c6234e

Browse files
committed
B2B-2023: [AWS S3] [Integration Tests]: Investigate Test Failures in CatalogImportExport module
1 parent 0ee4f6b commit 7c6234e

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/ImportExport/Test/Unit/Model/Import/Source

1 file changed

+0
-2
lines changed

app/code/Magento/ImportExport/Test/Unit/Model/Import/Source/CsvTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,7 @@ public function testConstructStream()
6161
)->method(
6262
'openFile'
6363
)->willReturn(
64-
6564
new Read($stream, new Http())
66-
6765
);
6866
$this->_filesystem->expects(
6967
$this->any()

0 commit comments

Comments
 (0)