mirror of
https://github.com/saltstack/salt.git
synced 2025-04-10 14:51:40 +00:00
fix linter
This commit is contained in:
parent
0b81841b71
commit
5bb7869adc
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ class CPModuleTest(ModuleCase):
|
|||
self.assertNotIn('bacon', data)
|
||||
|
||||
@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