mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-23 09:30:59 +01:00
...
This commit is contained in:
@@ -35,6 +35,7 @@ public class WebSocketIntegrationTests
|
||||
server
|
||||
.Given(Request.Create()
|
||||
.WithPath("/ws/echo")
|
||||
//.WithBody("Hello, WebSocket!")
|
||||
.WithWebSocketUpgrade()
|
||||
)
|
||||
.RespondWith(Response.Create()
|
||||
|
||||
Reference in New Issue
Block a user