mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove placeboify from unit tests that are not calling AWS (i.e. creating a recording) (#45754)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user