mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Test with temp user instead of Administrators
This commit is contained in:
parent
a7806bc91a
commit
4e03997e27
1 changed files with 2 additions and 2 deletions
|
@ -223,9 +223,9 @@ def test_list_groups_int(user, account_int):
|
|||
assert ret == ["Users"]
|
||||
|
||||
|
||||
def test_list_users(user):
|
||||
def test_list_users(user, account_str):
|
||||
ret = user.list_users()
|
||||
assert "Administrator" in ret
|
||||
assert account_str.username in ret
|
||||
|
||||
|
||||
def test_removegroup_str(user, account_str):
|
||||
|
|
Loading…
Add table
Reference in a new issue