updated test_saltcheck.py

This commit is contained in:
Meghann Cunningham 2023-01-19 18:46:20 +00:00 committed by Megan Wilhite
parent dac338bd1c
commit 222f3017ad

View file

@ -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()}}}