mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 20:47:16 +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
|
|
@ -11,7 +11,7 @@ import sys
|
|||
import importlib
|
||||
import pytest
|
||||
|
||||
from ..FakeAnsibleModule import FakeAnsibleModule
|
||||
from .FakeAnsibleModule import FakeAnsibleModule
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue