We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fc2c1 commit 87f41b7Copy full SHA for 87f41b7
1 file changed
src/gateway/reconnect-gating.test.ts
@@ -68,8 +68,6 @@ describe("isNonRecoverableConnectError", () => {
68
it("allows reconnect for PAIRING_REQUIRED when retry hints keep reconnect active", () => {
69
expect(
70
isNonRecoverableConnectError({
71
- code: "connect_failed",
72
- message: "auth failed",
73
details: {
74
code: ConnectErrorDetailCodes.PAIRING_REQUIRED,
75
reason: "not-paired",
0 commit comments