mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-19 23:31:27 +00:00
XenServer: Fix wrong FakeXenAPI module import in unit tests (#53634)
This commit is contained in:
committed by
Abhijeet Kasurde
parent
c5e5fef67e
commit
edcd921258
@@ -39,7 +39,7 @@ def XenAPI():
|
||||
|
||||
# First we use importlib.import_module() to import the module and assign
|
||||
# it to a local symbol.
|
||||
fake_xenapi = importlib.import_module('units.module_utils.xenserver.FakeXenAPI')
|
||||
fake_xenapi = importlib.import_module('units.modules.cloud.xenserver.FakeXenAPI')
|
||||
|
||||
# Now we populate Python module cache with imported fake module using the
|
||||
# original module name (XenAPI). That way, any 'import XenAPI' statement
|
||||
|
||||
Reference in New Issue
Block a user