Skip to content

Commit

Permalink
Add new error message.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 20, 2023
1 parent 780fb28 commit 4eb69d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/integration/targets/get_certificate/tests/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,11 @@
- result is not changed
- result is failed
# We got the expected error message
- "'The handshake operation timed out' in result.msg or 'unknown protocol' in result.msg or 'wrong version number' in result.msg"
- >-
'The handshake operation timed out' in result.msg
or 'unknown protocol' in result.msg
or 'wrong version number' in result.msg
or 'record layer failure' in result.msg
- name: Test timeout option
get_certificate:
Expand Down

0 comments on commit 4eb69d6

Please sign in to comment.