Skip to content

Commit

Permalink
correction of mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gstarovo committed May 14, 2024
1 parent a505851 commit ff7afb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tlstest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2582,7 +2582,7 @@ def connect():
connection.handshakeServer(certChain=x509Chain, privateKey=x509Key,
tacks=[tackUnrelated], settings=settings)
assert False
except TLSLocalAlert as alert:
except TLSRemoteAlert as alert:
if alert.description != AlertDescription.illegal_parameter:
raise
else:
Expand Down

0 comments on commit ff7afb5

Please sign in to comment.