mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix failing test
This commit is contained in:
parent
895f415737
commit
775a6edaf6
1 changed files with 1 additions and 1 deletions
|
@ -363,7 +363,7 @@ def test_remove_kb_not_found():
|
|||
with patch("salt.modules.win_dism.installed_packages", mock_search):
|
||||
with pytest.raises(CommandExecutionError) as err:
|
||||
dism.remove_kb("1001111")
|
||||
assert str(err.value) == "KB1001111 not installed"
|
||||
assert str(err.value) == "1001111 not installed"
|
||||
|
||||
|
||||
def test_installed_packages():
|
||||
|
|
Loading…
Add table
Reference in a new issue