mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-15 17:40:50 -07:00
Move AWS placebo fixtures into test/units/utils so module_utils tests can use them (#37300)
This commit is contained in:
parent
296ad80002
commit
f53f29352d
6 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue