Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rolljee committed Oct 19, 2023
1 parent ca4c5b1 commit 6a9a96d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/core/network/protocols/websocket.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ describe("core/network/protocols/websocket", () => {
idleTimeout: 12345,
compression: true,
rateLimit: 123,
resetIdleTimeoutOnSend: false,
sendPingsAutomatically: false,
};
entryPoint.config.maxRequestSize = "1kb";

Expand Down

0 comments on commit 6a9a96d

Please sign in to comment.