Skip to content

Commit

Permalink
Update tests/Maester/Entra/Test-ConditionalAccessBaseline.Tests.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Bader <f-bader@users.noreply.github.com>
  • Loading branch information
Cloud-Architekt and f-bader authored Oct 27, 2024
1 parent 6baf1f8 commit ff3e0e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
Test-MtCaGap | Should -Be $true -Because "there is one ore more object excluded without an include fallback in another policy."
}
It "MT.1038: All assigned group objects should exists. See https://maester.dev/docs/tests/MT.1038" -Tag "MT.1038", "Warning" {
Test-MtCaInvalidGroupsAssigned | Should -Be $true -Because "there is one ore more group object which not exists anymore."
Test-MtCaInvalidGroupsAssigned | Should -Be $true -Because "there is one or more group objects which not exist anymore."
}
Context "License utilization" {
It "MT.1022: All users utilizing a P1 license should be licensed. See https://maester.dev/docs/tests/MT.1022" -Tag "MT.1022" {
Expand Down

0 comments on commit ff3e0e1

Please sign in to comment.