Skip to content

Commit bcb341f

Browse files
committed
update
1 parent b193fbf commit bcb341f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Microsoft.Azure.SignalR.Common.Tests/Auth/MicrosoftEntraAccessKeyTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ public override AccessToken GetToken(TokenRequestContext requestContext, Cancell
331331
{
332332
var issuer = tokenType switch
333333
{
334-
TokenType.Local => 123456.ToString(),
334+
TokenType.Local => Constants.AsrsTokenIssuer,
335335
TokenType.MicrosoftEntra => "microsoft.com",
336336
_ => throw new NotImplementedException(),
337337
};

0 commit comments

Comments
 (0)