Skip to content

Commit f88b82c

Browse files
danilonetoCopilot
andauthored
Update src/SignalR/clients/ts/signalr/tests/AccessTokenHttpClient.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 857315c commit f88b82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SignalR/clients/ts/signalr/tests/AccessTokenHttpClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ describe("AccessTokenHttpClient", () => {
172172
let factoryCalls = 0;
173173
const client = new AccessTokenHttpClient(inner, () => {
174174
factoryCalls++;
175-
return `token${factoryCalls}`; // Explicitly call send with allowRetry=false to ensure no retry is attempted.
175+
return `token${factoryCalls}`; // Token factory returns a token string for each call.
176176
});
177177

178178
const request: HttpRequest = { method: "GET", url: "http://example.com/resource" };

0 commit comments

Comments
 (0)