Remove password field from test (#1163)

This commit is contained in:
Charles Gagnon
2021-02-23 08:53:41 -08:00
committed by GitHub
parent f75be77138
commit 1e9221b2a5

View File

@@ -60,7 +60,6 @@ namespace Microsoft.SqlTools.ServiceLayer.UnitTests.QueryExecution
public static readonly ConnectionDetails StandardConnectionDetails = new ConnectionDetails
{
DatabaseName = "123",
Password = "456",
ServerName = "789",
UserName = "012"
};