mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48432 from dwoz/file-prepend-again
Prepend test needs file.touch method
This commit is contained in:
commit
4576ef20bc
1 changed files with 1 additions and 0 deletions
|
@ -1202,6 +1202,7 @@ class TestFileState(TestCase, LoaderModuleMockMixin):
|
|||
{'file.directory_exists': mock_f,
|
||||
'file.makedirs': mock_t,
|
||||
'file.stats': mock_f,
|
||||
'file.touch': mock_t,
|
||||
'cp.get_template': mock_f,
|
||||
'file.search': mock_f,
|
||||
'file.prepend': mock_t}):
|
||||
|
|
Loading…
Add table
Reference in a new issue