mirror of
https://github.com/bitwarden/server.git
synced 2025-04-27 15:52:13 -05:00
Linting.
This commit is contained in:
parent
b2096cf51f
commit
fb1b39e7c3
@ -6,5 +6,5 @@ public class RegisterResponseModel : ResponseModel
|
||||
{
|
||||
public RegisterResponseModel()
|
||||
: base("register")
|
||||
{}
|
||||
{ }
|
||||
}
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user