1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-17 09:21:32 +00:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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):