Skip to content

Commit

Permalink
[MODEXPS-273] Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saba-Zedginidze-EPAM committed Dec 30, 2024
1 parent 2d8aeed commit d70fdff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
import java.util.UUID;

import static org.folio.dew.domain.dto.JobParameterNames.ACQ_EXPORT_FILE;
import static org.folio.dew.domain.dto.JobParameterNames.ACQ_EXPORT_FILE_NAME;
import static org.folio.dew.domain.dto.JobParameterNames.EDIFACT_ORDERS_EXPORT;
import static org.folio.dew.domain.dto.JobParameterNames.JOB_ID;
import static org.folio.dew.domain.dto.JobParameterNames.JOB_NAME;
Expand Down Expand Up @@ -68,7 +69,7 @@ void testCreateExportHistoryWithCompleteStatus() throws IOException {

protected ExecutionContext getExecutionContext() {
ExecutionContext result = new ExecutionContext();
result.put("edifactFileName", "test_file");
result.put(ACQ_EXPORT_FILE_NAME, "test_file");

return result;
}
Expand Down

0 comments on commit d70fdff

Please sign in to comment.