mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Start using ClientRequestTokens in event lists (#31997)
* Start using ClientRequestTokens in event lists * Include request token in all reqs that support it (basically all but check mode/changeset) * Update placebo recordings * Add comments for CRQ popping
This commit is contained in:
committed by
Sloane Hertel
parent
70c58e74ab
commit
11c225e039
@@ -78,6 +78,7 @@ def test_basic_s3_stack(maybe_sleep, placeboify):
|
||||
params = {
|
||||
'StackName': 'ansible-test-basic-yaml',
|
||||
'TemplateBody': basic_yaml_tpl,
|
||||
'ClientRequestToken': '3faf3fb5-b289-41fc-b940-44151828f6cf',
|
||||
}
|
||||
m = FakeModule(disable_rollback=False)
|
||||
result = cfn_module.create_stack(m, params, connection)
|
||||
|
||||
Reference in New Issue
Block a user