mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Migrate cert validation error handling to mssql extension (#21829)
This commit is contained in:
@@ -50,7 +50,7 @@ suite('SQL Connection Tree Action tests', () => {
|
||||
connected: true,
|
||||
errorMessage: undefined,
|
||||
errorCode: undefined,
|
||||
callStack: undefined
|
||||
messageDetails: undefined
|
||||
};
|
||||
let capabilitiesService = new TestCapabilitiesService();
|
||||
const logService = new LogService(new ConsoleLogger());
|
||||
|
||||
Reference in New Issue
Block a user