Skip to content

Commit

Permalink
fixup! Fixes #22388: Bad report maching when reportid are present
Browse files Browse the repository at this point in the history
Fixes #22388: Bad report maching when reportid are present
  • Loading branch information
fanf committed Jul 19, 2023
1 parent b44b0e9 commit 999e6f7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2598,7 +2598,7 @@ class ExecutionBatchTest extends Specification {
"dir",
"nodeId",
"report_0",
"I'm doing whatever", // does not match patter: Check user ${user} created
"I'm doing whatever", // does not match pattern beginning: `Check user $...`
"/bin/badScript",
executionTimestamp,
"mallory is correctly created"
Expand All @@ -2609,7 +2609,7 @@ class ExecutionBatchTest extends Specification {
"dir",
"nodeId",
"report_1",
"Really, nobody looks to green compliance", // does not match pattern: Check right OK for ${user}
"Really, nobody looks to green compliance", // does not match pattern beginning: `Check right OK for $...`
"/bin/moreBadThings",
executionTimestamp,
"mallory rights are correct"
Expand Down

0 comments on commit 999e6f7

Please sign in to comment.