audit notes work completed, test fixes work (95% done), new sprints, new data sources setup and configuration
This commit is contained in:
@@ -231,7 +231,7 @@ internal sealed class AttestorWebApplicationFactory : WebApplicationFactory<Prog
|
||||
displayName: null,
|
||||
configureOptions: options => { options.TimeProvider ??= TimeProvider.System; });
|
||||
#pragma warning disable CS0618
|
||||
services.TryAddSingleton<ISystemClock, SystemClock>();
|
||||
services.TryAddSingleton<TimeProvider, SystemClock>();
|
||||
#pragma warning restore CS0618
|
||||
});
|
||||
}
|
||||
@@ -246,7 +246,7 @@ internal sealed class TestAuthHandler : AuthenticationHandler<AuthenticationSche
|
||||
IOptionsMonitor<AuthenticationSchemeOptions> options,
|
||||
ILoggerFactory logger,
|
||||
UrlEncoder encoder,
|
||||
ISystemClock clock)
|
||||
TimeProvider clock)
|
||||
: base(options, logger, encoder, clock)
|
||||
{
|
||||
}
|
||||
@@ -272,3 +272,4 @@ internal sealed class TestAuthHandler : AuthenticationHandler<AuthenticationSche
|
||||
return Task.FromResult(AuthenticateResult.Success(ticket));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user