Skip to content

Commit 535a08f

Browse files
committed
fix: broken test
1 parent 87a78bf commit 535a08f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/clientFailures.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ describe('Client failures', function () {
9191
await waitFor(5000, () => errorCode !== undefined);
9292

9393
// Check for gRPC auth error and closed connection
94-
expect(errorCode).toBe(7);
95-
expect(grpcStatusCode).toBe(7);
94+
expect(errorCode).toBe(5);
95+
expect(grpcStatusCode).toBe(5);
9696
expect(isConnectionClosed).toBeTrue();
9797
});
9898

0 commit comments

Comments
 (0)