We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a284868 commit 6b87418Copy full SHA for 6b87418
ManagedCode.IntegrationTestBaseKit.Tests/SignalRTests.cs
@@ -10,7 +10,7 @@ public class SignalRTests(ITestOutputHelper log, TestApp testApplication)
10
[Fact]
11
public async Task HealthTest()
12
{
13
- var client = testApplication.CreateSignalRClient("/");
+ var client = testApplication.CreateSignalRClient("/healthHub");
14
await client.StartAsync();
15
16
client.State
0 commit comments