Skip to content

Commit 6f7cad8

Browse files
committed
Fix endpoint URL format
1 parent 61e1462 commit 6f7cad8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/query.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe("boilingdata with DuckDB", () => {
3333
password,
3434
globalCallbacks,
3535
logLevel,
36-
endpointUrl: "4rpyi2ae3f.execute-api.eu-west-1.amazonaws.com",
36+
endpointUrl: "wss://4rpyi2ae3f.execute-api.eu-west-1.amazonaws.com/prodbd/",
3737
});
3838
await bdInstance.connect();
3939
logger.info("connected.");

0 commit comments

Comments
 (0)