1
0
Fork 0
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:
Felix Fontein 2020-03-22 21:11:28 +01:00
parent 7e60763ab3
commit 491be8cf7c

View file

@ -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)