diff --git a/tests/unit/modules/test_vsphere.py b/tests/unit/modules/test_vsphere.py index c3fc740b696..1d841896c2a 100644 --- a/tests/unit/modules/test_vsphere.py +++ b/tests/unit/modules/test_vsphere.py @@ -27,7 +27,7 @@ from tests.support.mock import ( # Import Third Party Libs try: - from pyVmomi import vim, vmodl + from pyVmomi import vim, vmodl # pylint: disable=unused-import HAS_PYVMOMI = True except ImportError: HAS_PYVMOMI = False