Skip to content

Commit

Permalink
Update tests per upstream changes
Browse files Browse the repository at this point in the history
  • Loading branch information
starbelly committed Dec 26, 2024
1 parent b4f2844 commit 7fb2e9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elixir 1.16.1
erlang 26.2.2
erlang 26.2.5
2 changes: 1 addition & 1 deletion test/client_and_receiver_integration_test.exs
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ defmodule ClientAndReceiverIntegrationTest do
@tag client_cert: "tls/server/server_certificate.pem"
@tag keyfile: "tls/server/private_key.pem"

@tag reason: [:handshake_failure]
@tag reason: [:unsupported_certificate]
test "reject server cert as peer cert", ctx do
make_call_and_assert_failure(ctx, ctx.expected_error_reasons)
end
Expand Down

0 comments on commit 7fb2e9f

Please sign in to comment.