Skip to content

Commit 5a58464

Browse files
author
Quoc Truong
committed
Add test
1 parent 8a71a97 commit 5a58464

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Tests/Rules/AvoidUsingPlainTextForPasswordNoViolations.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
[securestring]
2727
$passwordparam,
2828
[string]
29-
$PassThru
29+
$PassThru,
30+
[string[]]
31+
$shouldnotraiseerror
3032
)
3133

3234
Begin

0 commit comments

Comments
 (0)