Skip to content

Commit 6b87418

Browse files
committed
tests
1 parent a284868 commit 6b87418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ManagedCode.IntegrationTestBaseKit.Tests/SignalRTests.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class SignalRTests(ITestOutputHelper log, TestApp testApplication)
1010
[Fact]
1111
public async Task HealthTest()
1212
{
13-
var client = testApplication.CreateSignalRClient("/");
13+
var client = testApplication.CreateSignalRClient("/healthHub");
1414
await client.StartAsync();
1515

1616
client.State

0 commit comments

Comments
 (0)