mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-04 01:25:38 -05:00
Change standalone integration test to use sql login (#4728)
This commit is contained in:
@@ -60,9 +60,9 @@ var TestingServers: TestServerProfile[] = [
|
||||
new TestServerProfile(
|
||||
{
|
||||
serverName: 'SQLTOOLS2017-3',
|
||||
userName: '',
|
||||
password: '',
|
||||
authenticationType: AuthenticationType.Windows,
|
||||
userName: process.env.STANDALONE_SQL_USERNAME,
|
||||
password: process.env.STANDALONE_SQL_PWD,
|
||||
authenticationType: AuthenticationType.SqlLogin,
|
||||
database: 'master',
|
||||
provider: ConnectionProvider.SQLServer,
|
||||
version: '2017'
|
||||
|
||||
Reference in New Issue
Block a user