1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-30 15:42:48 -05:00
This commit is contained in:
Todd Martin
2025-04-20 16:47:29 -04:00
parent b2096cf51f
commit fb1b39e7c3
2 changed files with 2 additions and 2 deletions

View File

@ -205,7 +205,7 @@ public abstract class WebApplicationFactoryBase<T> : WebApplicationFactory<T>
Replace<IEventRepository, EventRepository>(services);
Replace<IMailDeliveryService, NoopMailDeliveryService>(services);
// TODO: Install and use azurite in CI pipeline
Replace<IInstallationDeviceRepository, NoopRepos.InstallationDeviceRepository>(services);