This commit is contained in:
Stef Heyenrath
2026-02-22 16:24:27 +01:00
parent 13693bf76e
commit c35aee53eb
9 changed files with 40 additions and 43 deletions

View File

@@ -704,7 +704,7 @@ public class WebSocketIntegrationTests(ITestOutputHelper output, ITestContextAcc
.WithWebSocketUpgrade()
)
.RespondWith(Response.Create()
.WithWebSocketProxy(exampleEchoServer.Url!)
.WithWebSocketProxy($"{exampleEchoServer.Url}/ws/target")
);
using var client = new ClientWebSocket();
@@ -759,7 +759,7 @@ public class WebSocketIntegrationTests(ITestOutputHelper output, ITestContextAcc
.WithWebSocketUpgrade()
)
.RespondWith(Response.Create()
.WithWebSocketProxy(exampleEchoServer.Url!)
.WithWebSocketProxy($"{exampleEchoServer.Url}/ws/target")
);
using var client = new ClientWebSocket();