mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
Fix github_issue test and enable in CI.
This commit is contained in:
parent
6e79dfb5f3
commit
a7d5492ea3
9 changed files with 27 additions and 4 deletions
|
@ -245,7 +245,7 @@
|
|||
- assert:
|
||||
that:
|
||||
- "url_invalid_cert.failed"
|
||||
- "'Error validating the server' in url_invalid_cert.msg"
|
||||
- "'Error validating the server' in url_invalid_cert.msg or (url_invalid_cert.msg | search('hostname .* doesn.t match .*'))"
|
||||
|
||||
- name: Test that retrieving a url with invalid cert with validate_certs=False works
|
||||
set_fact:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue