mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #48700 from dwoz/ext_mod_test
Call sync_modules to fix Windows test case
This commit is contained in:
commit
ab44a05fe4
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