fix(web): update useWebSocket test for withCredentials #548

Merged
jason.woltje merged 1 commits from fix/websocket-test-assertion into main 2026-02-27 11:47:44 +00:00
Showing only changes of commit 6335fbf2a4 - Show all commits

View File

@@ -47,6 +47,7 @@ describe("useWebSocket", (): void => {
expect(io).toHaveBeenCalledWith(expect.any(String), {
auth: { token },
query: { workspaceId },
withCredentials: true,
});
});