Merge branch '2017.7' into fix-zypper-latest_version

This commit is contained in:
Patrik 2018-07-12 21:05:54 +02:00 committed by GitHub
commit 5fbead8a36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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