Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit a68d3b9

Browse files
committed
Restore webSocketConstructor
1 parent 8db2dae commit a68d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration-tests/tests/pg/neon-serverless.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let client: Pool;
1818
// neonConfig.useSecureWebSocket = false;
1919
// neonConfig.pipelineTLS = false;
2020
// neonConfig.pipelineConnect = false;
21-
// neonConfig.webSocketConstructor = ws;
21+
neonConfig.webSocketConstructor = ws;
2222

2323
beforeAll(async () => {
2424
const connectionString = process.env['NEON_SERVERLESS_CONNECTION_STRING'] ?? process.env['NEON_CONNECTION_STRING'];

0 commit comments

Comments
 (0)