mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use () when using with_tempfile decorator in tests
This commit is contained in:
parent
d3190ca0c0
commit
f9b8c4b257
1 changed files with 1 additions and 1 deletions
|
@ -2304,7 +2304,7 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
os.remove(dest)
|
||||
|
||||
@destructiveTest
|
||||
@with_tempfile
|
||||
@with_tempfile()
|
||||
def test_file_copy_make_dirs(self, source):
|
||||
'''
|
||||
ensure make_dirs creates correct user perms
|
||||
|
|
Loading…
Add table
Reference in a new issue