removing unnecessary test

This commit is contained in:
Gareth J. Greenaway 2023-10-13 11:36:36 -07:00 committed by Daniel Wozniak
parent 6916873267
commit bbff0243be

View file

@ -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():
"""