Skip to content

Commit

Permalink
Remove unused method.
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahelsaig committed Sep 16, 2024
1 parent 4a58ae7 commit 68e5158
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Lombiq.Tests.UI/Services/FrontendServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ public void Configure(
public FrontendServerContext? GetContext(int orchardPort) =>
_configuration.CustomConfiguration.GetMaybe(GetKey(orchardPort)) as FrontendServerContext;

public FrontendServerContext? GetContext(UITestContext context) => GetContext(context.TestStartUri.Port);

private string GetKey(int orchardPort) =>
StringHelper.CreateInvariant($"{nameof(FrontendServer)}:{Name}:{orchardPort}");

Expand Down

0 comments on commit 68e5158

Please sign in to comment.