Skip to content

Commit

Permalink
[Ignore] Fix aci_rest error_on_input_validation assert after APIC ver…
Browse files Browse the repository at this point in the history
…sion updates.
  • Loading branch information
samiib authored and lhercot committed Dec 21, 2023
1 parent c27aca8 commit 647dc30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
that:
- error_on_input_validation is failed
- error_on_input_validation.method == 'POST'
- "error_on_input_validation.msg == 'APIC Error 801: property descr of tn-ansible_test failed validation for value \\'This is an [invalid] description\\''"
- "error_on_input_validation.msg is ansible.builtin.regex('APIC Error 801: property descr of.*tn-ansible_test failed validation for value \\'This is an \\[invalid\\] description\\'')"
- 'error_on_input_validation.response == "HTTP Error 400: Bad Request"'
- error_on_input_validation.status == 400
- "'current' not in error_on_input_validation"
Expand Down

0 comments on commit 647dc30

Please sign in to comment.