From 1e9221b2a5e9ae2d3cdb28724e4d7e331ea8a9ff Mon Sep 17 00:00:00 2001 From: Charles Gagnon Date: Tue, 23 Feb 2021 08:53:41 -0800 Subject: [PATCH] Remove password field from test (#1163) --- .../QueryExecution/Common.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Common.cs b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Common.cs index 0c883a1b..d7eff4a2 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Common.cs +++ b/test/Microsoft.SqlTools.ServiceLayer.UnitTests/QueryExecution/Common.cs @@ -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" };