dsccommunity / SqlServerDsc

This module contains DSC resources for deployment and configuration of Microsoft SQL Server.
MIT License
358 stars 224 forks source link

SqlServerEndpointPermission: Update unit tests to use the same (newest) unit test template #1078

Closed johlju closed 4 years ago

johlju commented 6 years ago

Details of the scenario you tried and the problem that is occurring

The unit tests for this resource is using an old unit test template. Suggest we update the unit tests to use the latest unit test template.

https://github.com/PowerShell/DscResources/blob/master/Tests.Template/unit_template.ps1

The DSC configuration that is using the resource (as detailed as possible)

n/a

Version of the operating system and PowerShell the target node is running

n/a

SQL Server edition and version the target node is running

n/a

What SQL Server PowerShell modules, and which version, are present on the target node.

n/a

Version of the DSC module you're using, or write 'dev' if you're using current dev branch

Dev

johlju commented 4 years ago

No longer necessary after the new CI pipeline.