Skip to content

Commit

Permalink
cleanup comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelbaker-cisa committed Oct 17, 2024
1 parent dd78162 commit fa68247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Testing/RegoTests/commoncontrols/commoncontrols16_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test_EarlyAccessApps_OUs_Correct_V1 if {
}

test_EarlyAccessApps_OUs_Correct_V2 if {
# Test inheritance
# Test inheritance with root and sub OUs
PolicyId := "GWS.COMMONCONTROLS.16.2v0.3"
Output := tests with input as {
"commoncontrols_logs": {"items": [
Expand Down Expand Up @@ -204,7 +204,7 @@ test_EarlyAccessApps_OUs_Correct_V2 if {
}

test_EarlyAccessApps_OUs_Incorrect_V1 if {
# Test 1 incorrect event
# Test incorrect root OU
PolicyId := "GWS.COMMONCONTROLS.16.2v0.3"
Output := tests with input as {
"commoncontrols_logs": {"items": [
Expand Down Expand Up @@ -281,7 +281,7 @@ test_EarlyAccessApps_OUs_Incorrect_V2 if {
}

test_EarlyAccessApps_OUs_Correct_Groups_Incorrect_V1 if {
# Test for correct OUs but with an incorrect group event
# Test for correct root OU but with an incorrect group event
PolicyId := "GWS.COMMONCONTROLS.16.2v0.3"
Output := tests with input as {
"commoncontrols_logs": {"items": [
Expand Down Expand Up @@ -325,7 +325,7 @@ test_EarlyAccessApps_OUs_Correct_Groups_Incorrect_V1 if {
}

test_EarlyAccessApps_OUs_Correct_Groups_Incorrect_V2 if {
# Test for correct OUs but with incorrect group events
# Test for correct root OU but with incorrect group events
PolicyId := "GWS.COMMONCONTROLS.16.2v0.3"
Output := tests with input as {
"commoncontrols_logs": {"items": [
Expand Down

0 comments on commit fa68247

Please sign in to comment.