This commit is contained in:
Shane Lee 2019-07-03 06:50:54 -06:00 committed by GitHub
parent 43dd7b325e
commit 023c47d0fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
)