Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
GIlca committed Nov 22, 2023
1 parent 96cc374 commit ea8fb43
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ private void populateMagicVariables(String runId) {
CONTEXT_STEP_PUBLISH_01.put(RuntimeConstants.EXECUTION_ID, runId);
CONTEXT_STEP_PUBLISH_01.put(RuntimeConstants.USER_ID, "");
CONTEXT_STEP_PUBLISH_01.put(RuntimeConstants.WORKER_GROUP, "RAS_Operator_Path");
CONTEXT_STEP_PUBLISH_01.put(RuntimeConstants.RUN_ID, runId);
}

private void validateSensitiveDataNotReveiledInContext(List<ScoreEvent> events) {
Expand Down

0 comments on commit ea8fb43

Please sign in to comment.