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
93579ead06
commit
6da2e379c6
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ JUNOS Routing Software Suite [9.1S3.5]"""
|
|||
],
|
||||
}
|
||||
with patch.object(
|
||||
clitable, "open", mock_open(read_data=mock_read_data)
|
||||
textfsm.clitable, "open", mock_open(read_data=mock_read_data)
|
||||
):
|
||||
with patch.dict(
|
||||
textfsm_mod.__salt__,
|
||||
|
|
Loading…
Add table
Reference in a new issue