Skip to content

Commit 05d82e3

Browse files
committed
polish snowflake url test
1 parent 31422bd commit 05d82e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/platform/notebooks/deepnote/sqlIntegrationEnvironmentVariablesProvider.unit.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,7 @@ suite('SqlIntegrationEnvironmentVariablesProvider', () => {
598598
const credentialsJson = JSON.parse(envVars['SQL_SNOWFLAKE_MINIMAL']!);
599599
// Should not include warehouse, database, or role in URL when not provided
600600
assert.strictEqual(credentialsJson.url, 'snowflake://user:pass@minimal-account?application=Deepnote');
601+
assert.strictEqual(credentialsJson.param_style, 'format');
601602
});
602603

603604
test('Skips unsupported Snowflake auth method (OKTA)', async () => {

0 commit comments

Comments
 (0)