mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
add missing comma in function call
This commit is contained in:
parent
c283f50074
commit
42840ecd9b
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ class WinLgpoTest(ModuleCase):
|
|||
for use in validating the registry.pol files
|
||||
'''
|
||||
ret = self.run_function('archive.unzip',
|
||||
'https://www.microsoft.com/en-us/download/confirmation.aspx?id=55319&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1'
|
||||
'https://www.microsoft.com/en-us/download/confirmation.aspx?id=55319&6B49FDFB-8E5B-4B07-BC31-15695C5A2143=1',
|
||||
dest='c:\\windows\\system32')
|
||||
|
||||
@destructiveTest
|
||||
|
|
Loading…
Add table
Reference in a new issue