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..bff2043e09 160000 --- a/vendor/nim-json-rpc +++ b/vendor/nim-json-rpc @@ -1 +1 @@ -Subproject commit a4f8470b40587ef155b351aebc02ef9dbae3578d +Subproject commit bff2043e095a555a5e9162063465fae98fd5c29e