mirror of
https://github.com/bitwarden/server.git
synced 2025-06-02 09:10:33 -05:00
Use sqlite test db by default
This commit is contained in:
parent
fe5e4e2339
commit
e197e80a36
@ -14,7 +14,7 @@ public class ApiApplicationFactory : WebApplicationFactoryBase<Startup>
|
|||||||
{
|
{
|
||||||
protected IdentityApplicationFactory _identityApplicationFactory;
|
protected IdentityApplicationFactory _identityApplicationFactory;
|
||||||
|
|
||||||
public ApiApplicationFactory() : this(new SqlServerTestDatabase())
|
public ApiApplicationFactory() : this(new SqliteTestDatabase())
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user