mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix Hetzner firewall unit test imports.
This commit is contained in:
parent
7e60763ab3
commit
491be8cf7c
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue