mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Move AWS placebo fixtures into test/units/utils so module_utils tests can use them (#37300)
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
|
||||
import pytest
|
||||
import os
|
||||
from . placebo_fixtures import placeboify, maybe_sleep
|
||||
from units.utils.amazon_placebo_fixtures import placeboify, maybe_sleep
|
||||
from ansible.modules.cloud.amazon import ec2_vpc_vpn
|
||||
from ansible.module_utils._text import to_text
|
||||
from ansible.module_utils.ec2 import get_aws_connection_info, boto3_conn, boto3_tag_list_to_ansible_dict
|
||||
|
||||
Reference in New Issue
Block a user