ActiveDirectoryDsc: Integration tests are comparing the wrong value for Test-DscConfiguration #434
Labels
good first issue
The issue should be easier to fix and can be taken up by a beginner to learn to contribute on GitHub
tests
The issue or pull request is about tests only.
All integration tests was wrongly changed to
Test-DscConfiguration -Verbose | Should -BeTrue
in one of the last merges. This must beTest-DscConfiguration -Verbose | Should -Be 'True'
sinceTest-DscConfiguration
does not return a boolean, but a string of either'True'
or'False'
/cc @PlagueHO
The text was updated successfully, but these errors were encountered: