CrayonGroup / CloudiQ.PowerShell

A PowerShell module for managing Cloud-iQ, to help automate licensing and reporting.
https://crayongroup.github.io/CloudiQ.PowerShell/
GNU General Public License v3.0
4 stars 0 forks source link

Add tests for updating subscriptions #7

Open roberthstrand opened 4 years ago

roberthstrand commented 4 years ago

The goal is to have tests for all functions but while trying to add tests for Set-CloudiQSubscription, there seem to be some sort of issue with the parameter filters and mocks. Running the Set cmdlet uses the Get cmdlet to fetch the JSON object that we wish to manipulate, and the problem might be related to that.