mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 13:50:22 -07:00
ACI: Fix integration tests after error message change (#35138)
This commit is contained in:
parent
08f92a9f0f
commit
2ad91dd359
20 changed files with 26 additions and 47 deletions
|
@ -102,7 +102,7 @@
|
|||
- provide_present2.changed == true
|
||||
- provide_present2.existing == []
|
||||
- missing_param_present.failed == true
|
||||
- 'missing_param_present.msg == "state is present but the following are missing: ap,contract,epg"'
|
||||
- 'missing_param_present.msg == "state is present but all of the following are missing: ap, contract, epg"'
|
||||
- missing_required_present.failed == true
|
||||
- 'missing_required_present.msg == "missing required arguments: contract_type"'
|
||||
- incompatible_present.failed == true
|
||||
|
@ -205,7 +205,7 @@
|
|||
- consume_absent_idempotent.changed == false
|
||||
- consume_absent_idempotent.existing == []
|
||||
- missing_param_absent.failed == true
|
||||
- 'missing_param_absent.msg == "state is absent but the following are missing: contract"'
|
||||
- 'missing_param_absent.msg == "state is absent but all of the following are missing: contract"'
|
||||
- missing_required_absent.failed == true
|
||||
- 'missing_required_absent.msg == "missing required arguments: contract_type"'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue