Fix github_issue test and enable in CI.

This commit is contained in:
Matt Clay 2017-09-01 13:59:57 -07:00
commit a7d5492ea3
9 changed files with 27 additions and 4 deletions

View file

@ -112,7 +112,7 @@
assert:
that:
- "result|failed"
- "'Failed to validate the SSL certificate' in result.msg"
- "'Failed to validate the SSL certificate' in result.msg or (result.msg | match('hostname .* doesn.t match .*'))"
- "stat_result.stat.exists == false"
- name: test https fetch to a site with mismatched hostname and certificate and validate_certs=no