Skip to content

Commit 87f41b7

Browse files
committed
test(gateway): keep pairing retry fixture typed
1 parent 50fc2c1 commit 87f41b7

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/gateway/reconnect-gating.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ describe("isNonRecoverableConnectError", () => {
6868
it("allows reconnect for PAIRING_REQUIRED when retry hints keep reconnect active", () => {
6969
expect(
7070
isNonRecoverableConnectError({
71-
code: "connect_failed",
72-
message: "auth failed",
7371
details: {
7472
code: ConnectErrorDetailCodes.PAIRING_REQUIRED,
7573
reason: "not-paired",

0 commit comments

Comments
 (0)