mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-05 08:41:29 -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
|
@ -20,7 +20,7 @@ import json
|
|||
import collections
|
||||
|
||||
import pytest
|
||||
from . placebo_fixtures import placeboify, maybe_sleep
|
||||
from units.utils.amazon_placebo_fixtures import placeboify, maybe_sleep
|
||||
|
||||
from ansible.modules.cloud.amazon import data_pipeline
|
||||
from ansible.module_utils._text import to_text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue