mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix pre-commit
This commit is contained in:
parent
4eca31c2f1
commit
a633493f4c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue