1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-31 16:20:29 -05:00

Use sqlite test db by default

This commit is contained in:
Hinton 2025-05-27 11:02:02 +02:00
parent fe5e4e2339
commit e197e80a36
No known key found for this signature in database
GPG Key ID: 5F7295599C5D965C

View File

@ -14,7 +14,7 @@ public class ApiApplicationFactory : WebApplicationFactoryBase<Startup>
{
protected IdentityApplicationFactory _identityApplicationFactory;
public ApiApplicationFactory() : this(new SqlServerTestDatabase())
public ApiApplicationFactory() : this(new SqliteTestDatabase())
{
}