mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix(adjust) failing test due to changes in the master branch not in 3006.x
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
31068bc174
commit
353b1d48b9
1 changed files with 1 additions and 1 deletions
|
@ -570,7 +570,7 @@ def test_installed_with_changes_test_true(list_pkgs):
|
|||
},
|
||||
):
|
||||
|
||||
expected = {"dummy": {"new": "installed", "old": ""}}
|
||||
expected = {"dummy": {"new": "some version here", "old": ""}}
|
||||
# Run state with test=true
|
||||
with patch.dict(pkg.__opts__, {"test": True}):
|
||||
ret = pkg.installed("dummy")
|
||||
|
|
Loading…
Add table
Reference in a new issue