Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
Co-authored-by: Rocio Perez-Cano <[email protected]>
  • Loading branch information
rayane-d and pecanoro authored Feb 6, 2024
1 parent 7a9fe0e commit d377310
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow_tests/mocks/failureNotifierMocks.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ const FAILURENOTIFIER__NOTIFYFAILURE__FETCH_WORKFLOW_RUN_JOBS__STEP_MOCK = utils
'NOTIFYFAILURE',
[],
[],
// add outputs if needed
);
const FAILURENOTIFIER__NOTIFYFAILURE__PROCESS_EACH_FAILED_JOB__STEP_MOCK = utils.createMockStep(
'Process Each Failed Job',
'Process Each Failed Job',
'NOTIFYFAILURE',
[],
[],
// add outputs if needed
);
const FAILURENOTIFIER__NOTIFYFAILURE__STEP_MOCKS = [FAILURENOTIFIER__NOTIFYFAILURE__FETCH_WORKFLOW_RUN_JOBS__STEP_MOCK, FAILURENOTIFIER__NOTIFYFAILURE__PROCESS_EACH_FAILED_JOB__STEP_MOCK];

Expand Down

0 comments on commit d377310

Please sign in to comment.