From 0a27f6b2d51ea128963d0bdc12fa2021de3a9395 Mon Sep 17 00:00:00 2001 From: ssnarve Date: Thu, 25 Jul 2024 09:38:31 -0700 Subject: [PATCH] [#87] Minor formatting update --- Testing/RegoTests/groups/groups03_test.rego | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Testing/RegoTests/groups/groups03_test.rego b/Testing/RegoTests/groups/groups03_test.rego index 76137bdd..1e513c64 100644 --- a/Testing/RegoTests/groups/groups03_test.rego +++ b/Testing/RegoTests/groups/groups03_test.rego @@ -144,7 +144,7 @@ test_GroupIncomingMailPosting_Incorrect_V2 if { not RuleOutput[0].NoSuchEvent RuleOutput[0].ReportDetails == concat("", ["The following OUs are non-compliant:"]) + "external non-group member to post to the group"]) } test_GroupIncomingMailPosting_Incorrect_V3 if { @@ -191,6 +191,6 @@ test_GroupIncomingMailPosting_Incorrect_V3 if { not RuleOutput[0].NoSuchEvent RuleOutput[0].ReportDetails == concat("", ["The following OUs are non-compliant:"]) + "external non-group member to post to the group"]) } #-- \ No newline at end of file