win_whoami - Fix tests to work over psrp (#55352)
This commit is contained in:
parent
15c331cb48
commit
33c2a9cea7
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
- win_whoami_result.groups[0].domain_name is defined
|
||||
- win_whoami_result.groups[0].sid is defined
|
||||
- win_whoami_result.groups[0].type is defined
|
||||
- win_whoami_result.impersonation_level == 'SecurityAnonymous'
|
||||
- win_whoami_result.impersonation_level is defined
|
||||
- win_whoami_result.label.account_name == 'High Mandatory Level'
|
||||
- win_whoami_result.label.domain_name == 'Mandatory Label'
|
||||
- win_whoami_result.label.sid == 'S-1-16-12288'
|
||||
|
|
Loading…
Reference in a new issue