Skip to content

Commit 2d5c96c

Browse files
committed
suppressions
1 parent 75a06a6 commit 2d5c96c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/RuleSuppression.tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Describe "RuleSuppressionWithoutScope" {
6060
}
6161

6262
It "All PSAvoidUsingUserNameAndPassWordParams violations with extent created using ScriptExtent constructor" {
63-
$allrecords = Invoke-ScriptAnalyzer -ScriptDefinition $ruleSuppressionAvoidUsernameAndPassword -IncludeRule "PSAvoidUsingUserNameAndPassWordParams" -IncludeSuppressions
63+
$allrecords = Invoke-ScriptAnalyzer -ScriptDefinition $ruleSuppressionAvoidUsernameAndPassword -IncludeRule "PSAvoidUsingUserNameAndPassWordParams" -IncludeSuppressions
6464
$allrecords.Count | Should -Be 1
6565
}
6666
}

0 commit comments

Comments
 (0)