1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-03 09:40:31 -05:00

Update events as well

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

View File

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