Fix pre-commit

This commit is contained in:
twangboy 2025-01-14 13:35:45 -07:00 committed by Daniel Wozniak
parent 4eca31c2f1
commit a633493f4c

View file

@ -62,7 +62,7 @@ def test_windows_script_args_powershell(cmd, shell, issue_56195):
args=args, args=args,
shell="powershell", shell="powershell",
saltenv="base", saltenv="base",
env={"PSModulePath": ""} env={"PSModulePath": ""},
) )
assert ret["stdout"] == password assert ret["stdout"] == password