Skip to content

Commit

Permalink
Exclude 'ProgressAction' common parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
devblackops committed May 29, 2024
1 parent 43c4778 commit 9fa119a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Help.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Describe 'Help' {
}

BeforeAll {
$commonParameters = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer',
$commonParameters = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'ProgressAction', 'OutBuffer',
'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable', 'Confirm', 'Whatif'
}

Expand Down

0 comments on commit 9fa119a

Please sign in to comment.