mirror of
https://github.com/ckaczor/sqltoolsservice.git
synced 2026-02-12 11:08:31 -05:00
Remove password field from test (#1163)
This commit is contained in:
@@ -60,7 +60,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.QueryExecution
|
|||||||
public static readonly ConnectionDetails StandardConnectionDetails = new ConnectionDetails
|
public static readonly ConnectionDetails StandardConnectionDetails = new ConnectionDetails
|
||||||
{
|
{
|
||||||
DatabaseName = "123",
|
DatabaseName = "123",
|
||||||
Password = "456",
|
|
||||||
ServerName = "789",
|
ServerName = "789",
|
||||||
UserName = "012"
|
UserName = "012"
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user