Skip to content

Commit 2be3587

Browse files
committed
B2B-2023: [AWS S3] [Integration Tests]: Investigate Test Failures in CatalogImportExport module
1 parent 9479474 commit 2be3587

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ImportWithNotExistImagesTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public function testImportWithUnexistingImages(): void
130130
$this->assertCount(2, $fileContent);
131131
$this->updateFileImagesToInvalidValues();
132132
$mediaDirectory = $this->fileSystem->getDirectoryWrite(DirectoryList::MEDIA);
133+
$mediaDirectory->create('import');
133134
$this->import->setParameters([
134135
'entity' => Product::ENTITY,
135136
'behavior' => ImportModel::BEHAVIOR_ADD_UPDATE,

0 commit comments

Comments
 (0)