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:
Aditya Bist
2021-08-12 12:28:55 -07:00
committed by GitHub
parent 8bd7125392
commit 2f8e2f3132
4 changed files with 41 additions and 2 deletions

View File

@@ -267,7 +267,7 @@ export class TestConnectionManagementService implements IConnectionManagementSer
}
getServerInfo(profileId: string): azdata.ServerInfo {
return undefined!;
return undefined;
}
getConnectionString(connectionId: string): Thenable<string> {