diff --git a/MainProject.Tests/Utils/ProgramUtils_Tests.cs b/MainProject.Tests/Utils/ProgramUtils_Tests.cs index 9d85e62..5fed702 100644 --- a/MainProject.Tests/Utils/ProgramUtils_Tests.cs +++ b/MainProject.Tests/Utils/ProgramUtils_Tests.cs @@ -291,7 +291,7 @@ public class ProgramUtils_Tests { DatabaseSettings expectedDbSettings = new DatabaseSettings() { - SqlServerConnectionString = "" + SqlServerConnectionString = null }; WebApplicationBuilder builder = WebApplication.CreateBuilder(Array.Empty());