Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/test_jwt_auth.nim
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ proc runJwtAuth(noisy = defined(debug); keyFile = jwtKeyFile) =

test "ws query no auth":
let client = newRpcWebSocketClient()
expect WSFailedUpgradeError:
expect RpcTransportError:
waitFor client.connect("ws://" & $server.localAddress)

test "ws query with auth":
Expand Down