mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
remove unneded kwarg
This commit is contained in:
parent
1541376c4f
commit
cd79e9444e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user