mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
removing unnecessary test
This commit is contained in:
parent
6916873267
commit
bbff0243be
1 changed files with 0 additions and 4 deletions
|
@ -692,10 +692,6 @@ def test_get_users(stub_user):
|
|||
"name": "bdobbs",
|
||||
} == ps.get_users()[0]
|
||||
|
||||
with patch("salt.utils.psutil_compat.users", side_effect=AttributeError()):
|
||||
ret = ps.get_users()
|
||||
assert not ret
|
||||
|
||||
|
||||
def test_top():
|
||||
"""
|
||||
|
|
Loading…
Add table
Reference in a new issue