win_whoami - Fix tests to work over psrp (#55352)

pull/54201/head
Jordan Borean 5 years ago committed by GitHub
parent 15c331cb48
commit 33c2a9cea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save