From 222f3017ad2ffd04f048cb9051d03d2dd53b00a9 Mon Sep 17 00:00:00 2001 From: Meghann Cunningham Date: Thu, 19 Jan 2023 18:46:20 +0000 Subject: [PATCH] updated test_saltcheck.py --- tests/pytests/unit/modules/test_saltcheck.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/pytests/unit/modules/test_saltcheck.py b/tests/pytests/unit/modules/test_saltcheck.py index 71b01b431c7..750fc14694a 100644 --- a/tests/pytests/unit/modules/test_saltcheck.py +++ b/tests/pytests/unit/modules/test_saltcheck.py @@ -5,6 +5,7 @@ from tests.support.mock import MagicMock xmldiff = pytest.importorskip("xmldiff") + @pytest.fixture() def configure_loader_modules(): return {saltcheck: {"__salt__": {"state.show_top": MagicMock()}}}