diff --git a/tests/ReC.Tests/Application/RecApplicationTestBase.cs b/tests/ReC.Tests/Application/RecApplicationTestBase.cs index abc4c47..8ba0099 100644 --- a/tests/ReC.Tests/Application/RecApplicationTestBase.cs +++ b/tests/ReC.Tests/Application/RecApplicationTestBase.cs @@ -41,6 +41,7 @@ public abstract class RecApplicationTestBase : IDisposable options.LuckyPennySoftwareLicenseKey = configuration["LuckyPennySoftwareLicenseKey"]; options.ConfigureRecActions(configuration.GetSection("RecAction")); options.ConfigureSqlException(configuration.GetSection("SqlException")); + options.ConfigureDbModel(configuration.GetSection("DbModel")); }); services.AddRecInfrastructure(opt =>