Skip to content

Commit e6afe2b

Browse files
committed
ACP2E-1620: [QUANS] Scheduled import successfully runs despite errors in system.log file
- Fixed the static test failure.
1 parent a57d5b4 commit e6afe2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/ImportExport/Controller/Adminhtml/ImportResult.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@
2020
*/
2121
abstract class ImportResult extends Import
2222
{
23-
const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
23+
public const IMPORT_HISTORY_FILE_DOWNLOAD_ROUTE = '*/history/download';
2424

2525
/**
2626
* Limit view errors
2727
*/
28-
const LIMIT_ERRORS_MESSAGE = 100;
28+
public const LIMIT_ERRORS_MESSAGE = 100;
2929

3030
/**
3131
* @var ReportProcessorInterface

0 commit comments

Comments
 (0)