Skip to content

Commit

Permalink
[ignore] Fix aci_rest xml_string tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samiib committed Dec 4, 2023
1 parent 37f922d commit 50631e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/integration/targets/aci_rest/tasks/xml_string.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@
that:
- cm_add_tenant is changed
- '"ansible_test" in cm_add_tenant.proposed'
- cm_add_tenant.proposed.fvTenant.attributes.annotation == "orchestrator:ansible"
- '"orchestrator:ansible" in cm_add_tenant.proposed'
- cm_add_tenant_2 is changed
- '"ansible_test" in cm_add_tenant_2.proposed'
- cm_add_tenant_2.proposed.fvTenant.attributes.annotation == "orchestrator:ansible"
- '"orchestrator:ansible" in cm_add_tenant_2.proposed'
- cm_verify_checkmode_tenant.current == []

- name: Add tenant (normal mode)
Expand Down

0 comments on commit 50631e8

Please sign in to comment.