mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo
This commit is contained in:
parent
43dd7b325e
commit
023c47d0fc
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ class ProxyTest(testprogram.TestProgramCase):
|
|||
# Call setup here to ensure config and script exist
|
||||
proxy.setup()
|
||||
stdout, stderr, status = proxy.run(
|
||||
arg=['-d'] if not salt.utils.platform.is_windows() else [],
|
||||
args=['-d'] if not salt.utils.platform.is_windows() else [],
|
||||
catch_stderr=True,
|
||||
with_retcode=True,
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue