Skip to content

Commit

Permalink
remove null filter for groups
Browse files Browse the repository at this point in the history
  • Loading branch information
jworkmanjc committed Jun 17, 2024
1 parent 0d31e09 commit 3e77f49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ while(-not $mockingPath) {
}
Describe 'Set-JcSdkUserGroup' -Tag:(""){
It 'SetExpanded' {
{ Set-JcSdkUserGroup -Id:($global:PesterTestUserGroup.Id) -Name:($global:PesterTestUserGroup.Name) -MemberQueryFilters:($global:PesterTestUserGroup.MemberQueryFilters) -MemberQueryType:($global:PesterTestUserGroup.MemberQueryType)} | Should -Not -Throw
{ Set-JcSdkUserGroup -Id:($global:PesterTestUserGroup.Id) -Name:($global:PesterTestUserGroup.Name) } | Should -Not -Throw
}

It 'Set' -skip {
Expand Down

0 comments on commit 3e77f49

Please sign in to comment.