diff --git a/src/Nethermind/Nethermind.JsonRpc.Test/JsonRpcProcessorTests.cs b/src/Nethermind/Nethermind.JsonRpc.Test/JsonRpcProcessorTests.cs index c89a0fe4349..9e43ec53344 100644 --- a/src/Nethermind/Nethermind.JsonRpc.Test/JsonRpcProcessorTests.cs +++ b/src/Nethermind/Nethermind.JsonRpc.Test/JsonRpcProcessorTests.cs @@ -416,7 +416,7 @@ public async Task Can_process_multiple_large_requests_arriving_in_chunks() { Pipe pipe = new(); JsonRpcProcessor processor = Initialize(); - JsonRpcContext context = new(RpcEndpoint.Http); + JsonRpcContext context = new(RpcEndpoint.Ws); // Create 5 large JSON-RPC requests (~10KB each) List requests = Enumerable.Range(0, 5)