feat: Update Sprint 110 documentation and enhance Advisory AI tests for determinism and mTLS validation
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
Some checks failed
Docs CI / lint-and-preview (push) Has been cancelled
This commit is contained in:
@@ -1588,6 +1588,13 @@ public sealed class WebServiceEndpointsTests : IAsyncLifetime
|
||||
Environment.SetEnvironmentVariable("CONCELIER_TELEMETRY__ENABLELOGGING", "false");
|
||||
Environment.SetEnvironmentVariable("CONCELIER_TELEMETRY__ENABLETRACING", "false");
|
||||
Environment.SetEnvironmentVariable("CONCELIER_TELEMETRY__ENABLEMETRICS", "false");
|
||||
const string TestSecretKey = "CONCELIER_AUTHORITY__TESTSIGNINGSECRET";
|
||||
if (environmentOverrides is null || !environmentOverrides.ContainsKey(TestSecretKey))
|
||||
{
|
||||
var previousSecret = Environment.GetEnvironmentVariable(TestSecretKey);
|
||||
_additionalPreviousEnvironment[TestSecretKey] = previousSecret;
|
||||
Environment.SetEnvironmentVariable(TestSecretKey, TestSigningSecret);
|
||||
}
|
||||
if (environmentOverrides is not null)
|
||||
{
|
||||
foreach (var kvp in environmentOverrides)
|
||||
|
||||
Reference in New Issue
Block a user