We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02dad54 commit bf30234Copy full SHA for bf30234
Tests/Rules/AvoidUsingPlainTextForPassword.tests.ps1
@@ -9,7 +9,7 @@ $noViolations = Invoke-ScriptAnalyzer $directory\AvoidUsingPlainTextForPasswordN
9
Describe "AvoidUsingPlainTextForPassword" {
10
Context "When there are violations" {
11
It "has 3 avoid using plain text for password violations" {
12
- $violations.Count | Should Be 5
+ $violations.Count | Should Be 4
13
}
14
15
It "has the correct violation message" {
0 commit comments