Skip to content

Commit

Permalink
Update Get-JCAdmin.Tests.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
gweinjc committed Aug 8, 2024
1 parent 8872d28 commit fc2d106
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Describe -Tag:('JCAdmin') 'Get-JCAdmin Tests' {
$Admins = Get-JCAdmin -roleName 'Administrator With Billing'
$Admins | Should -Not -BeNullOrEmpty
}
It ('Get administrators by email, enableMultifactor, totpEnrolled, roleName and organization') {
$Admins = Get-JCAdmin -email 'solutions-architecture*' -enableMultifactor $true -totpEnrolled $true -roleName 'Administrator With Billing' -organization $orgs[0].OrgID
It ('Get administrators by email, enableMultifactor, totpEnrolled, roleName') {
$Admins = Get-JCAdmin -email 'solutions-architecture*' -enableMultifactor $true -totpEnrolled $true -roleName 'Administrator With Billing'
$Admins | Should -Not -BeNullOrEmpty
}
}
Expand Down

0 comments on commit fc2d106

Please sign in to comment.