tests fixes and some product advisories tunes ups

This commit is contained in:
master
2026-01-30 07:57:43 +02:00
parent 644887997c
commit 55744f6a39
345 changed files with 26290 additions and 2267 deletions

View File

@@ -10,6 +10,11 @@ public sealed class ScannerApplicationFixture : IAsyncLifetime
public ScannerApplicationFactory Factory { get; } = new();
/// <summary>
/// Creates an HTTP client without authentication.
/// </summary>
public HttpClient CreateClient() => Factory.CreateClient();
/// <summary>
/// Creates an HTTP client with test authentication enabled.
/// </summary>