mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix unit test for plugins after basedir/push_basedir removal
This commit is contained in:
parent
91c9df2154
commit
444987cde6
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ from ansible.compat.tests import BUILTINS
|
|||
|
||||
from ansible.compat.tests.mock import mock_open, patch, MagicMock
|
||||
|
||||
from ansible.plugins import MODULE_CACHE, PATH_CACHE, PLUGIN_PATH_CACHE, _basedirs, push_basedir, PluginLoader
|
||||
from ansible.plugins import MODULE_CACHE, PATH_CACHE, PLUGIN_PATH_CACHE, PluginLoader
|
||||
|
||||
class TestErrors(unittest.TestCase):
|
||||
|
||||
|
|
Loading…
Reference in a new issue