mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update tests/pytests/unit/modules/test_textfsm_mod.py
Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
parent
05465fe898
commit
198395f263
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ juniper_version_template, .*, Juniper, sh[[ow]] ve[[rsion]]"""
|
|||
{"cp.cache_dir": MagicMock(return_value="/path/to/cache/")},
|
||||
):
|
||||
with patch.object(
|
||||
clitable, "open", mock_open(read_data=mock_open_index)
|
||||
textfsm.clitable, "open", mock_open(read_data=mock_open_index)
|
||||
):
|
||||
with patch.dict(
|
||||
textfsm_mod.__salt__,
|
||||
|
|
Loading…
Add table
Reference in a new issue