-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ADGroup: Add integration tests #495
Conversation
- Now Get-TargetResource returns correct value when the group does not exist. - Added integration tests (issue dsccommunity#350).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 4 files reviewed, 1 unresolved discussion
Tests/Integration/MSFT_ADGroup.config.ps1, line 26 at r1 (raw file):
PsDscAllowPlainTextPassword = $true
This should be removed.
Codecov Report
@@ Coverage Diff @@
## dev #495 +/- ##
===================================
- Coverage 98% 98% -1%
===================================
Files 23 23
Lines 3065 3061 -4
Branches 10 10
===================================
- Hits 3020 3016 -4
Misses 35 35
Partials 10 10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 4 files reviewed, all discussions resolved
Tests/Integration/MSFT_ADGroup.config.ps1, line 26 at r1 (raw file):
Previously, johlju (Johan Ljunggren) wrote…
PsDscAllowPlainTextPassword = $true
This should be removed.
Done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 3 of 4 files at r1, 1 of 1 files at r2.
Reviewable status: complete! all files reviewed, all discussions resolved
Pull Request (PR) description
exist.
This Pull Request (PR) fixes the following issues
Task list
Entry should say what was changed, and how that affects users (if applicable).
and comment-based help.
This change is