diff options
Diffstat (limited to 'test/units/template')
-rw-r--r-- | test/units/template/test_templar.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/units/template/test_templar.py b/test/units/template/test_templar.py index f7f22c7532..a029754f6e 100644 --- a/test/units/template/test_templar.py +++ b/test/units/template/test_templar.py @@ -25,7 +25,7 @@ from ansible.compat.tests.mock import patch, MagicMock from ansible import constants as C from ansible.errors import * from ansible.plugins import filter_loader, lookup_loader, module_loader -from ansible.plugins.strategies import SharedPluginLoaderObj +from ansible.plugins.strategy import SharedPluginLoaderObj from ansible.template import Templar from units.mock.loader import DictDataLoader |