mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-17 22:49:08 -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
|
@ -18,7 +18,7 @@
|
|||
import pytest
|
||||
from mock import patch
|
||||
|
||||
from .placebo_fixtures import placeboify, maybe_sleep
|
||||
from units.utils.amazon_placebo_fixtures import placeboify, maybe_sleep
|
||||
from ansible.modules.cloud.amazon import cloudformation as cfn_module
|
||||
|
||||
basic_yaml_tpl = """
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue