Skip to content

Commit

Permalink
Merge pull request #58 from Lombiq/issue/NEST-326
Browse files Browse the repository at this point in the history
NEST-326: Fixing analyzer violations
  • Loading branch information
wAsnk authored May 17, 2023
2 parents 387cc7b + 9934c7a commit 1f12dd4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
3 changes: 2 additions & 1 deletion Lombiq.Hosting.Tenants.Maintenance/Manifest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 1f12dd4

Please sign in to comment.