Skip to content

Commit f0601de

Browse files
committed
B2B-2033: [AWS S3] [Integration Tests]: Investigate Test Failures in ScheduledImportExport module
1 parent 0c0a4f5 commit f0601de

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/code/Magento/ImportExport/Model/Import.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ class Import extends AbstractModel
110110
/**
111111
* Import empty attribute default value
112112
*/
113-
const DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT = '__EMPTY__VALUE__';
114-
const DEFAULT_SIZE = 50;
115-
const MAX_IMPORT_CHUNKS = 4;
116-
const IMPORT_HISTORY_DIR = 'import_history/';
117-
const IMPORT_DIR = 'import/';
113+
public const DEFAULT_EMPTY_ATTRIBUTE_VALUE_CONSTANT = '__EMPTY__VALUE__';
114+
public const DEFAULT_SIZE = 50;
115+
public const MAX_IMPORT_CHUNKS = 4;
116+
public const IMPORT_HISTORY_DIR = 'import_history/';
117+
public const IMPORT_DIR = 'import/';
118118

119119
/**
120120
* @var AbstractEntity|ImportAbstractEntity

0 commit comments

Comments
 (0)