Skip to content

Commit

Permalink
Fix scan issue with test file
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-sanchez committed Feb 12, 2025
1 parent 974c72c commit cdbd623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/schemaCompareWebViewController.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ suite("SchemaCompareWebViewController Tests", () => {
authenticationType: "SqlLogin",
azureAccountToken: undefined,
connectTimeout: 15,
password: "Pa$$w0rd",
password: "",
server: "localhost,1433",
trustServerCertificate: true,
user: "sa",
Expand Down

0 comments on commit cdbd623

Please sign in to comment.