From 6da2e379c66152c85acd7811e7ef861c0fcf831d Mon Sep 17 00:00:00 2001 From: "Gareth J. Greenaway" Date: Wed, 15 Nov 2023 14:25:04 -0800 Subject: [PATCH] Update tests/pytests/unit/modules/test_textfsm_mod.py Co-authored-by: Pedro Algarvio --- tests/pytests/unit/modules/test_textfsm_mod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pytests/unit/modules/test_textfsm_mod.py b/tests/pytests/unit/modules/test_textfsm_mod.py index a6e562443ce..8ade27836f2 100644 --- a/tests/pytests/unit/modules/test_textfsm_mod.py +++ b/tests/pytests/unit/modules/test_textfsm_mod.py @@ -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__,