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:
parent
344b48c2bf
commit
7e60763ab3
8 changed files with 12 additions and 12 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue