mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
fix linter
This commit is contained in:
parent
8a84050089
commit
6648bf25ab
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class CPModuleTest(ModuleCase):
|
|||
self.assertEqual(ret, False)
|
||||
|
||||
@skipIf(not SSL3_SUPPORT, 'Requires python with SSL3 support')
|
||||
@with_tempfile()
|
||||
@with_tempfile
|
||||
def test_get_url_https(self, tgt):
|
||||
'''
|
||||
cp.get_url with https:// source given
|
||||
|
|
Loading…
Add table
Reference in a new issue