mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Call sync_all to fix Windows test case
This commit is contained in:
parent
6a494205f2
commit
d731e6bf8e
1 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,9 @@ from tests.support.paths import TMP
|
|||
|
||||
class LoaderOverridesTest(ModuleCase):
|
||||
|
||||
def setUp(self):
|
||||
self.run_function('saltutil.sync_modules')
|
||||
|
||||
def test_overridden_internal(self):
|
||||
# To avoid a race condition on Windows, we need to make sure the
|
||||
# `override_test.py` file is present in the _modules directory before
|
||||
|
|
Loading…
Add table
Reference in a new issue