mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fixing typo in the test_swap_memory test.
This commit is contained in:
parent
a56e2920f4
commit
7946e6b97b
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ def test_swap_memory():
|
|||
ps.swap_memory()
|
||||
assert (
|
||||
exc.value.error
|
||||
== "virtual_memory is only available in psutil 0.6.0 or greater"
|
||||
== "swap_memory is only available in psutil 0.6.0 or greater"
|
||||
)
|
||||
|
||||
with patch(
|
||||
|
|
Loading…
Add table
Reference in a new issue