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:15 -08:00 committed by Pedro Algarvio
parent 6da2e379c6
commit 05465fe898

View file

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