Update tests/pytests/unit/modules/test_textfsm_mod.py

Co-authored-by: Pedro Algarvio <pedro@algarvio.me>
This commit is contained in:
Gareth J. Greenaway 2023-11-15 14:25:04 -08:00 committed by Pedro Algarvio
parent 93579ead06
commit 6da2e379c6

View file

@ -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__,