Stabilize web test lane warning cleanup

This commit is contained in:
master
2026-04-06 00:51:15 +03:00
parent fc798a1573
commit f8e4bf65fb
35 changed files with 258 additions and 138 deletions

View File

@@ -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...");