Skip to content

Commit

Permalink
fixup: updates needed when using ssl:connect/4
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosv committed Nov 18, 2024
1 parent 5e4ccd5 commit 25b9140
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/ered_tls_SUITE.erl
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,8 @@ t_expired_cert_tls_1_2(_) ->
[{info_pid, [self()]}, {client_opts, ClientOpts}]),

?MSG(#{msg_type := connect_error, addr := {"127.0.0.1", 31001},
reason := {tls_init,
{tls_alert,
{certificate_expired, _}}}}),
reason := {tls_alert,
{certificate_expired, _}}}),
?MSG(#{msg_type := node_down_timeout, addr := {"127.0.0.1", 31001}}, 2500),
no_more_msgs().

Expand Down

0 comments on commit 25b9140

Please sign in to comment.