Skip to content

Commit 6a3536d

Browse files
committed
B2B-2017: [AWS S3] [Integration Tests]: Investigate Test Failures in ImportExport module
1 parent bf0f269 commit 6a3536d

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/ImportExport/Model/Report

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/ImportExport/Model/Report/CsvTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CsvTest extends \PHPUnit\Framework\TestCase
4747
protected function setUp(): void
4848
{
4949
$filesystem = Bootstrap::getObjectManager()->create(Filesystem::class);
50-
$this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_DIR);
50+
$this->directory = $filesystem->getDirectoryWrite(DirectoryList::VAR_IMPORT_EXPORT);
5151

5252
$this->csvReport = Bootstrap::getObjectManager()->create(Csv::class);
5353
}

0 commit comments

Comments
 (0)