diff --git a/test/SeederApi.IntegrationTest/SeederApiApplicationFactory.cs b/test/SeederApi.IntegrationTest/SeederApiApplicationFactory.cs index 0724739ff0..efd5bf3d1d 100644 --- a/test/SeederApi.IntegrationTest/SeederApiApplicationFactory.cs +++ b/test/SeederApi.IntegrationTest/SeederApiApplicationFactory.cs @@ -1,4 +1,5 @@ using Bit.Core.Services; +using Bit.IntegrationTestCommon; using Bit.IntegrationTestCommon.Factories; namespace Bit.SeederApi.IntegrationTest; @@ -7,6 +8,7 @@ public class SeederApiApplicationFactory : WebApplicationFactoryBase { public SeederApiApplicationFactory() { + TestDatabase = new SqliteTestDatabase(); _configureTestServices.Add(serviceCollection => { serviceCollection.AddSingleton();