mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 17:23:29 -05:00
Send telemetry action event when user selects 'Enable Trust Server Certificate' (#21113)
This commit is contained in:
@@ -108,8 +108,10 @@ suite('ConnectionDialogService tests', () => {
|
||||
testInstantiationService.stub(ICapabilitiesService, new TestCapabilitiesService());
|
||||
|
||||
let logService: ILogService = new NullLogService();
|
||||
let telemetryService: IAdsTelemetryService = new NullAdsTelemetryService();
|
||||
|
||||
connectionDialogService = new ConnectionDialogService(testInstantiationService, capabilitiesService, errorMessageService.object,
|
||||
new TestConfigurationService(), new BrowserClipboardService(layoutService, logService), NullCommandService, logService);
|
||||
new TestConfigurationService(), new BrowserClipboardService(layoutService, logService), NullCommandService, logService, telemetryService);
|
||||
(connectionDialogService as any)._connectionManagementService = mockConnectionManagementService.object;
|
||||
let providerDisplayNames = ['Mock SQL Server'];
|
||||
let providerNameToDisplayMap = { 'MSSQL': 'Mock SQL Server' };
|
||||
|
||||
Reference in New Issue
Block a user