Fix unit test imports. (#27)

This commit is contained in:
Felix Fontein
2020-03-22 19:59:18 +01:00
committed by GitHub
parent 344b48c2bf
commit 7e60763ab3
8 changed files with 12 additions and 12 deletions

View File

@@ -9,8 +9,8 @@ __metaclass__ = type
import pytest
from ..FakeAnsibleModule import FailJsonException
from ..common import fake_xenapi_ref
from .FakeAnsibleModule import FailJsonException
from .common import fake_xenapi_ref
def test_get_object_ref_xenapi_failure(mocker, fake_ansible_module, XenAPI, xenserver):