mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Call the with_tempfile
decorator correctly for 2018.3
This commit is contained in:
parent
37f24fda78
commit
196ce3f75e
1 changed files with 1 additions and 1 deletions
|
@ -743,7 +743,7 @@ class FileTest(ModuleCase, SaltReturnAssertsMixin):
|
|||
diff_lines = ret['changes']['diff'].split(os.linesep)
|
||||
assert '+räksmörgås' in diff_lines, diff_lines
|
||||
|
||||
@with_tempfile
|
||||
@with_tempfile()
|
||||
def test_managed_keep_source_false_salt(self, name):
|
||||
'''
|
||||
This test ensures that we properly clean the cached file if keep_source
|
||||
|
|
Loading…
Add table
Reference in a new issue