Skip to content

Commit

Permalink
[#259] Missed one typo
Browse files Browse the repository at this point in the history
  • Loading branch information
snarve committed Jun 26, 2024
1 parent 7a81eed commit 7bf6c6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Testing/RegoTests/drive/drive06_test.rego
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ test_DriveFs_Setting_InCorrect_V1 if {
not RuleOutput[0].RequirementMet
not RuleOutput[0].NoSuchEvent
RuleOutput[0].ReportDetails == concat("", ["The following OUs are non-compliant:",
"<ul><li>Test Top-Level OU: Drive for Desktop is Enabled, but can be used on any device.</li></ul>"])
"<ul><li>Test Top-Level OU: Drive for Desktop is enabled, but can be used on any device.</li></ul>"])
}

test_DriveFs_Setting_InCorrect_V2 if {
Expand Down

0 comments on commit 7bf6c6d

Please sign in to comment.