Skip to content

Commit

Permalink
Fix test (#2039)
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Sindo authored Sep 6, 2024
1 parent d5fafa8 commit 4929639
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ from appName in _appNames
public async Task GenerateTokenWithCloseOnAuthExpiration()
{
var hubContext = await new ServiceManagerBuilder()
.WithOptions(o => o.ConnectionString = "Endpoint=https://zityang-signalr-standard-dev.service.signalr.net;AccessKey=K/JHYahkm7MAZHc9G0R5rvCM5gCI/Fh9oIgVF9xdWFA=;Version=1.0;")
.WithOptions(o => o.ConnectionString = "Endpoint=https://abc.service.signalr.net;AccessKey=FakeKey;Version=1.0;")
.BuildServiceManager()
.CreateHubContextAsync("hub", default);
var now = DateTimeOffset.UtcNow;
Expand Down

0 comments on commit 4929639

Please sign in to comment.