Skip to content

Commit f8ccfef

Browse files
wtgodbeCopilot
andauthored
Fix unresolved #aw_ temporary_id in QuarantinedTest URL (#66160)
Replace #aw_wswrks1 with the actual issue number 65914 (from PR #65916). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 0f3cfa5 commit f8ccfef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SignalR/clients/csharp/Client/test/UnitTests/TestServerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ namespace Microsoft.AspNetCore.SignalR.Client.Tests;
1717
public class TestServerTests : VerifiableLoggedTest
1818
{
1919
[Fact]
20-
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/#aw_wswrks1")]
20+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/65914")]
2121
public async Task WebSocketsWorks()
2222
{
2323
using (StartVerifiableLog())

0 commit comments

Comments
 (0)