remove unneded kwarg

This commit is contained in:
Ch3LL 2017-10-18 17:21:52 -04:00
parent 1541376c4f
commit cd79e9444e
No known key found for this signature in database
GPG Key ID: 132B55A7C13EFA73

View File

@ -601,7 +601,7 @@ class SPMCase(TestCase, AdaptedConfigurationTestCaseMixin):
client = salt.spm.SPMClient(ui, config)
return client
def run_spm(self, cmd, config, arg=(), minion_tgt='minion'):
def run_spm(self, cmd, config, arg=()):
client = self._spm_client(config)
spm_cmd = client.run([cmd, arg])
return spm_cmd