mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-06-12 09:44:30 +02:00
Update test/WireMock.Net.Tests/WebSockets/WebSocketIntegrationTests.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -750,8 +750,6 @@ public class WebSocketIntegrationTests(ITestOutputHelper output, ITestContextAcc
|
|||||||
{
|
{
|
||||||
await client.SendAsync(testMessage, cancellationToken: _ct);
|
await client.SendAsync(testMessage, cancellationToken: _ct);
|
||||||
|
|
||||||
await Task.Delay(500, _ct);
|
|
||||||
|
|
||||||
var received = await client.ReceiveAsTextAsync(cancellationToken: _ct);
|
var received = await client.ReceiveAsTextAsync(cancellationToken: _ct);
|
||||||
received.Should().Be(testMessage, $"message '{testMessage}' should be proxied and echoed back");
|
received.Should().Be(testMessage, $"message '{testMessage}' should be proxied and echoed back");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user