Stabilize web test lane warning cleanup
This commit is contained in:
@@ -193,8 +193,8 @@ public static class CheckpointCommands
|
||||
Console.WriteLine($"Exporting checkpoint from {instance}...");
|
||||
Console.WriteLine();
|
||||
|
||||
using var httpClient = new HttpClient();
|
||||
httpClient.BaseAddress = new Uri(instance.TrimEnd('/') + "/");
|
||||
using var httpClient = StellaOps.Cli.Services.CliHttpClients.CreateClient(
|
||||
baseAddress: new Uri(instance.TrimEnd('/') + "/"));
|
||||
|
||||
// Fetch current checkpoint
|
||||
Console.Write("Fetching checkpoint...");
|
||||
|
||||
Reference in New Issue
Block a user