Skip to content

Commit

Permalink
[#87] Minor formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
snarve committed Jul 25, 2024
1 parent f0f3090 commit 0a27f6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Testing/RegoTests/groups/groups03_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ test_GroupIncomingMailPosting_Incorrect_V2 if {
not RuleOutput[0].NoSuchEvent
RuleOutput[0].ReportDetails == concat("", ["The following OUs are non-compliant:<ul><li>Test Top-Level OU: ",
"Group owners have the ability to allow an ",
"external non-member to post to the group</li></ul>"])
"external non-group member to post to the group</li></ul>"])
}

test_GroupIncomingMailPosting_Incorrect_V3 if {
Expand Down Expand Up @@ -191,6 +191,6 @@ test_GroupIncomingMailPosting_Incorrect_V3 if {
not RuleOutput[0].NoSuchEvent
RuleOutput[0].ReportDetails == concat("", ["The following OUs are non-compliant:<ul><li>Test Top-Level OU: ",
"Group owners have the ability to allow an ",
"external non-member to post to the group</li></ul>"])
"external non-group member to post to the group</li></ul>"])
}
#--

0 comments on commit 0a27f6b

Please sign in to comment.