notify doctors work, audit work, new product advisory sprints
This commit is contained in:
@@ -16,11 +16,12 @@ public sealed partial class ScansEndpointsTests
|
||||
public async Task EntropyEndpoint_AttachesSnapshot_AndSurfacesInStatus()
|
||||
{
|
||||
using var secrets = new TestSurfaceSecretsScope();
|
||||
using var factory = new ScannerApplicationFactory().WithOverrides(cfg =>
|
||||
await using var factory = new ScannerApplicationFactory().WithOverrides(cfg =>
|
||||
{
|
||||
cfg["scanner:authority:enabled"] = "false";
|
||||
cfg["scanner:authority:allowAnonymousFallback"] = "true";
|
||||
});
|
||||
await factory.InitializeAsync();
|
||||
|
||||
using var client = factory.CreateClient();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user