mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix Hetzner firewall unit test imports.
This commit is contained in:
@@ -9,7 +9,7 @@ import pytest
|
||||
|
||||
from ansible_collections.community.general.plugins.module_utils.hetzner import BASE_URL
|
||||
from ansible_collections.community.general.plugins.modules.net_tools import hetzner_firewall_info
|
||||
from ..test_hetzner_firewall import FetchUrlCall, run_module_success, run_module_failed
|
||||
from .test_hetzner_firewall import FetchUrlCall, run_module_success, run_module_failed
|
||||
|
||||
|
||||
# Tests for state (absent and present)
|
||||
|
||||
Reference in New Issue
Block a user