diff --git a/Tests/Functions/New-JiraIssue.Unit.Tests.ps1 b/Tests/Functions/New-JiraIssue.Unit.Tests.ps1 index 3b580c79..780d0349 100644 --- a/Tests/Functions/New-JiraIssue.Unit.Tests.ps1 +++ b/Tests/Functions/New-JiraIssue.Unit.Tests.ps1 @@ -134,7 +134,7 @@ Describe "New-JiraIssue" -Tag 'Unit' { defParam $command 'Summary' defParam $command 'Description' defParam $command 'Reporter' - defParam $command 'Labels' + defParam $command 'Label' defParam $command 'Fields' defParam $command 'Credential' }