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

Co-authored-by: Jason Woltje <[email protected]>
Co-committed-by: Jason Woltje <[email protected]>
This commit is contained in:
2026-02-27 11:47:44 +00:00
committed by jason.woltje
parent c0e679ab7c
commit f93503ebcf
+1
View File
@@ -47,6 +47,7 @@ describe("useWebSocket", (): void => {
expect(io).toHaveBeenCalledWith(expect.any(String), {
auth: { token },
query: { workspaceId },
withCredentials: true,
});
});