Skip to content

Commit

Permalink
consider execIdForLogstore in exec context for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
L2JE committed Sep 28, 2023
1 parent c238669 commit 88f6c91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public void expandJobId() {
private HashMap<String, Object> testContext() {
HashMap<String, Object> stringHashMap = new HashMap<String, Object>();
stringHashMap.put("execid", "testexecid");
stringHashMap.put(S3LogFileStoragePlugin.META_ID_FOR_LOGSTORE, "testexecid");
stringHashMap.put("project", "testproject");
stringHashMap.put("url", "http://rundeck:4440/execution/5/show");
stringHashMap.put("serverUrl", "http://rundeck:4440");
Expand Down

0 comments on commit 88f6c91

Please sign in to comment.