diff --git a/tests/test_jwt_auth.nim b/tests/test_jwt_auth.nim index ae543f4caa..771eb6bf19 100644 --- a/tests/test_jwt_auth.nim +++ b/tests/test_jwt_auth.nim @@ -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": diff --git a/vendor/nim-json-rpc b/vendor/nim-json-rpc index a4f8470b40..4dc0bc7781 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit a4f8470b40587ef155b351aebc02ef9dbae3578d +Subproject commit 4dc0bc7781fcbeb50308e1a0aa4408d351c72572