mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix more relative imports.
This commit is contained in:
@@ -22,7 +22,7 @@ __metaclass__ = type
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ansible_collections.community.general.plugins.modules.network.ironware import ironware_command
|
||||
from ..ironware_module import TestIronwareModule, load_fixture
|
||||
from .ironware_module import TestIronwareModule, load_fixture
|
||||
|
||||
|
||||
class TestIronwareCommandModule(TestIronwareModule):
|
||||
|
||||
@@ -23,7 +23,7 @@ __metaclass__ = type
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ansible_collections.community.general.plugins.modules.network.ironware import ironware_config
|
||||
from ..ironware_module import TestIronwareModule, load_fixture
|
||||
from .ironware_module import TestIronwareModule, load_fixture
|
||||
|
||||
|
||||
class TestIronwareConfigModule(TestIronwareModule):
|
||||
|
||||
@@ -24,7 +24,7 @@ import json
|
||||
from ansible_collections.community.general.tests.unit.compat.mock import patch
|
||||
from ansible_collections.community.general.tests.unit.modules.utils import set_module_args
|
||||
from ansible_collections.community.general.plugins.modules.network.ironware import ironware_facts
|
||||
from ..ironware_module import TestIronwareModule, load_fixture
|
||||
from .ironware_module import TestIronwareModule, load_fixture
|
||||
|
||||
|
||||
class TestIronwareFacts(TestIronwareModule):
|
||||
|
||||
Reference in New Issue
Block a user