Skip to content

Commit

Permalink
Remove Mandatory property of Tag parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hunt committed Oct 23, 2023
1 parent 6b3db34 commit e5d5957
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/Invoke-HttpUnit.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ function Invoke-HttpUnit {
[string]
$Path,

[Parameter(Mandatory,
Position = 1,
[Parameter(Position = 1,
ParameterSetName = 'config-file')]
[ValidateNotNullOrEmpty()]
[string[]]
Expand Down

0 comments on commit e5d5957

Please sign in to comment.