Use () when using with_tempfile decorator in tests

This commit is contained in:
rallytime 2018-07-12 09:48:40 -04:00
parent d3190ca0c0
commit f9b8c4b257
No known key found for this signature in database
GPG key ID: E8F1A4B90D0DEA19

View file

@ -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