Stabilize web test lane warning cleanup
This commit is contained in:
@@ -1348,7 +1348,7 @@ public static class BundleVerifyCommand
|
||||
|
||||
try
|
||||
{
|
||||
using var http = new HttpClient { Timeout = TimeSpan.FromSeconds(60) };
|
||||
using var http = StellaOps.Cli.Services.CliHttpClients.CreateClient(timeout: TimeSpan.FromSeconds(60));
|
||||
var url = $"{blobSource.TrimEnd('/')}/v2/_blobs/{digest}";
|
||||
var response = await http.GetAsync(url, ct);
|
||||
if (response.IsSuccessStatusCode)
|
||||
|
||||
Reference in New Issue
Block a user