mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove which mock to get the test passing
This test passes in my local kitchen tests when the which mock is removed. However, I added this mock to try and get the test passing in jenkins. The original failure that caused me to add it was removed from jenkins. This will either fix the test or reveal the other error that needs to be fixed.
This commit is contained in:
parent
f73108026e
commit
c858bf477f
1 changed files with 0 additions and 1 deletions
|
@ -1202,7 +1202,6 @@ 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