Skip to content

Commit 5c32f55

Browse files
committed
Add common parameter ProgressAction (added in PS 7.4) to help test exclusion list
1 parent 1e79ca3 commit 5c32f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Engine/ModuleHelp.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ Describe 'Cmdlet parameter help' {
175175
)
176176

177177
BEGIN {
178-
$Common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'Verbose', 'WarningAction', 'WarningVariable'
178+
$Common = 'Debug', 'ErrorAction', 'ErrorVariable', 'InformationAction', 'InformationVariable', 'OutBuffer', 'OutVariable', 'PipelineVariable', 'ProgressAction', 'Verbose', 'WarningAction', 'WarningVariable'
179179
$parameters = @()
180180
}
181181
PROCESS {

0 commit comments

Comments
 (0)