From 0d47d9100603fdddcf5de9b676625e5eae737164 Mon Sep 17 00:00:00 2001 From: twangboy Date: Thu, 17 Oct 2024 09:08:46 -0600 Subject: [PATCH] Add some troubleshooting code --- tests/pytests/functional/utils/test_win_runas.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/pytests/functional/utils/test_win_runas.py b/tests/pytests/functional/utils/test_win_runas.py index e06e784df72..eb88763485d 100644 --- a/tests/pytests/functional/utils/test_win_runas.py +++ b/tests/pytests/functional/utils/test_win_runas.py @@ -4,6 +4,8 @@ Test the win_runas util import pytest +import salt.modules.win_useradd as win_user +import salt.utils.win_functions as win_functions import salt.utils.win_runas as win_runas pytestmark = [