tests fixes and some product advisories tunes ups
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user