mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-19 09:35:36 -05:00
Fix scan hits (#16788)
This commit is contained in:
@@ -26,7 +26,7 @@ suite('ConnectionStore', () => {
|
||||
serverName: 'namedServer',
|
||||
databaseName: 'bcd',
|
||||
authenticationType: 'SqlLogin',
|
||||
userName: 'cde',
|
||||
userName: 'cde', // [SuppressMessage("Microsoft.Security", "CS001:SecretInline", Justification="Mock value, never actually used to connect")]
|
||||
password: generateUuid(),
|
||||
savePassword: true,
|
||||
groupId: '',
|
||||
|
||||
Reference in New Issue
Block a user