mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-19 07:29:09 -07:00
Remove placeboify from unit tests that are not calling AWS (i.e. creating a recording) (#45754)
This commit is contained in:
parent
5467ac3454
commit
2167ce6cb6
2 changed files with 6 additions and 6 deletions
|
@ -120,7 +120,7 @@ def test_get_nonexistent_stack(placeboify):
|
|||
assert cfn_module.get_stack_facts(connection, 'ansible-test-nonexist') is None
|
||||
|
||||
|
||||
def test_missing_template_body(placeboify):
|
||||
def test_missing_template_body():
|
||||
m = FakeModule()
|
||||
with pytest.raises(Exception, message='Expected module to fail with no template') as exc_info:
|
||||
cfn_module.create_stack(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue