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:
Daniel A Wozniak 2018-07-12 18:10:31 +00:00 committed by Daniel A. Wozniak
parent f73108026e
commit c858bf477f
No known key found for this signature in database
GPG key ID: 166B9D2C06C82D61

View file

@ -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}):