AtlassianPS / JiraPS

PowerShell module to interact with Atlassian JIRA
https://AtlassianPS.org/module/JiraPS
MIT License
321 stars 131 forks source link

Modify Add-JiraGroupMember so that it honors ErrorAction #426

Closed spascoe closed 3 years ago

spascoe commented 3 years ago

Description

In Add-JiraGroupMember.Unit.Tests.ps1, these two tests require the Add-JiraGroupMember to handle the supplied ErrorAction parameter:

I switched the Write-Error to WriteError and adjusted the splat parameter to supply the necessary parameters

Motivation and Context

This change is necessary to enable the tests to pass. closes #425

Types of changes

Checklist