mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Synapse query editor dropdown fix (#16684)
* formatting * update comment * format doc * fix connection test * remove unused imports * test server info mock * try with mocks * add server info check for tests * added logic for corner case
This commit is contained in:
@@ -267,7 +267,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
|
||||
}
|
||||
|
||||
getServerInfo(profileId: string): azdata.ServerInfo {
|
||||
return undefined!;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
getConnectionString(connectionId: string): Thenable<string> {
|
||||
|
||||
Reference in New Issue
Block a user