We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61e1462 commit 6f7cad8Copy full SHA for 6f7cad8
1 file changed
src/tests/query.test.ts
@@ -33,7 +33,7 @@ describe("boilingdata with DuckDB", () => {
33
password,
34
globalCallbacks,
35
logLevel,
36
- endpointUrl: "4rpyi2ae3f.execute-api.eu-west-1.amazonaws.com",
+ endpointUrl: "wss://4rpyi2ae3f.execute-api.eu-west-1.amazonaws.com/prodbd/",
37
});
38
await bdInstance.connect();
39
logger.info("connected.");
0 commit comments