diff --git a/Lombiq.Hosting.Tenants.Maintenance.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs b/Lombiq.Hosting.Tenants.Maintenance.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs index d7191e42..a2bce6ba 100644 --- a/Lombiq.Hosting.Tenants.Maintenance.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs +++ b/Lombiq.Hosting.Tenants.Maintenance.Tests.UI/Extensions/TestCaseUITestContextExtensions.cs @@ -9,7 +9,7 @@ namespace Lombiq.Hosting.Tenants.Maintenance.Tests.UI.Extensions; public static class TestCaseUITestContextExtensions { - public static async Task TestSiteUrlMaintenanceExecution(this UITestContext context) + public static async Task TestSiteUrlMaintenanceExecutionAsync(this UITestContext context) { await context.SignInDirectlyAsync(); await context.GoToAdminRelativeUrlAsync("/Settings/general"); diff --git a/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs b/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs index 3c8ebf55..ac85a786 100644 --- a/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs +++ b/Lombiq.Hosting.Tenants.Maintenance/Manifest.cs @@ -27,7 +27,8 @@ [assembly: Feature( Id = UpdateShellRequestUrls, Name = "Lombiq Hosting - Tenants Maintenance - Update Shell Request URLs", - Description = "Updates the shell request URLs of each tenant (e.g., when the production database is copied to staging). It's executed only on the default tenant.", + Description = "Updates the shell request URLs of each tenant (e.g., when the production database is copied to staging)." + + " It's executed only on the default tenant.", Category = "Maintenance", DefaultTenantOnly = true, Dependencies = new[] { Maintenance }