mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Add back getOptionsKey test that was reverted (#23274)
* Add back getOptionsKey test that was reverted * Add serverCapabilities to the IConnectionProfile object
This commit is contained in:
@@ -26,6 +26,7 @@ let connectionProfile: IConnectionProfile = {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => 'connection1',
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
@@ -44,6 +45,7 @@ let editorConnectionProfile: IConnectionProfile = {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => 'connection2',
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
@@ -62,6 +64,7 @@ let connectionProfileWithoutDbName: IConnectionProfile = {
|
||||
savePassword: true,
|
||||
groupFullName: 'g2/g2-2',
|
||||
groupId: 'group id',
|
||||
serverCapabilities: undefined,
|
||||
getOptionsKey: () => 'connection1',
|
||||
getOptionKeyIdNames: undefined!,
|
||||
matches: undefined!,
|
||||
|
||||
Reference in New Issue
Block a user