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