mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update test_ini_manage.py
This commit is contained in:
parent
de536eeb84
commit
40f58a543b
1 changed files with 0 additions and 1 deletions
|
@ -128,7 +128,6 @@ def test_options_absent():
|
|||
comt = "No anomaly detected"
|
||||
ret.update({"comment": comt, "result": True})
|
||||
assert ini_manage.options_absent(name) == ret
|
||||
original = {"Tables": {"key1": "1", "key2": "2", "key3": "3", "key4": "4"}}
|
||||
sections = {"Tables": ["key2", "key3"]}
|
||||
changes = {"Tables": {"key2": "2", "key3": "3"}}
|
||||
with patch.dict(
|
||||
|
|
Loading…
Add table
Reference in a new issue