mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix decorator wart
This commit is contained in:
parent
da532aa1ac
commit
7d045eb235
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ class CPModuleTest(ModuleCase):
|
|||
self.assertIn('ARTHUR:', data)
|
||||
self.assertNotIn('bacon', data)
|
||||
|
||||
@with_tempfile
|
||||
@with_tempfile()
|
||||
def test_cache_master(self, tgt):
|
||||
'''
|
||||
cp.cache_master
|
||||
|
|
Loading…
Add table
Reference in a new issue