mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Move AWS placebo fixtures into test/units/utils so module_utils tests can use them (#37300)
This commit is contained in:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user