Skip to content

Commit fc1274c

Browse files
committed
[DO NOT MERGE] tune debug calls from node thru driver
1 parent dba6808 commit fc1274c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing-drivers/test/databricks-jdbc-full.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ https.get(
3737

3838
async function f() {
3939
const source = new D({
40-
url: 'ohio.cloud.databricks.com',
40+
url: 'https://ohio.cloud.databricks.com',
4141
});
4242
console.log('test driver constructed');
4343
const qRes = await source.query('SELECT 1 as foo;', []);

0 commit comments

Comments
 (0)