diff --git a/src/Identity/Models/Response/Accounts/RegisterResponseModel.cs b/src/Identity/Models/Response/Accounts/RegisterResponseModel.cs index a60840c978..18c53b8bde 100644 --- a/src/Identity/Models/Response/Accounts/RegisterResponseModel.cs +++ b/src/Identity/Models/Response/Accounts/RegisterResponseModel.cs @@ -6,5 +6,5 @@ public class RegisterResponseModel : ResponseModel { public RegisterResponseModel() : base("register") - {} + { } } diff --git a/test/IntegrationTestCommon/Factories/WebApplicationFactoryBase.cs b/test/IntegrationTestCommon/Factories/WebApplicationFactoryBase.cs index c5f2cfa01e..76fa0f03d1 100644 --- a/test/IntegrationTestCommon/Factories/WebApplicationFactoryBase.cs +++ b/test/IntegrationTestCommon/Factories/WebApplicationFactoryBase.cs @@ -205,7 +205,7 @@ public abstract class WebApplicationFactoryBase : WebApplicationFactory Replace(services); Replace(services); - + // TODO: Install and use azurite in CI pipeline Replace(services);