Skip to content

Commit

Permalink
Trust connection for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
FrendsSarlinS committed Aug 7, 2024
1 parent 1a22a03 commit e5ae5ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal static string GetConnectionString()
{
var user = "SA";
var pwd = "Salakala123!";
return $"Server=127.0.0.1,1433;Database=Master;User Id={user};Password={pwd}";
return $"Server=127.0.0.1,1433;Database=Master;User Id={user};Password={pwd};TrustServerCertificate=True";
}

internal static void CreateTestTable(string connString, string tableName)
Expand Down

0 comments on commit e5ae5ab

Please sign in to comment.