Rename Feedser to Concelier
This commit is contained in:
@@ -24,7 +24,7 @@ public sealed class CliBootstrapperTests : IDisposable
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_BACKEND_URL", "https://env-backend.example");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_URL", "https://authority.env");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_CLIENT_ID", "cli-env");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_SCOPE", "feedser.jobs.trigger");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_SCOPE", "concelier.jobs.trigger");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_ENABLE_RETRIES", "false");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_RETRY_DELAYS", "00:00:02,00:00:05");
|
||||
Environment.SetEnvironmentVariable("STELLAOPS_AUTHORITY_ALLOW_OFFLINE_CACHE_FALLBACK", "false");
|
||||
@@ -38,7 +38,7 @@ public sealed class CliBootstrapperTests : IDisposable
|
||||
Assert.Equal("https://env-backend.example", options.BackendUrl);
|
||||
Assert.Equal("https://authority.env", options.Authority.Url);
|
||||
Assert.Equal("cli-env", options.Authority.ClientId);
|
||||
Assert.Equal("feedser.jobs.trigger", options.Authority.Scope);
|
||||
Assert.Equal("concelier.jobs.trigger", options.Authority.Scope);
|
||||
|
||||
Assert.NotNull(options.Authority.Resilience);
|
||||
Assert.False(options.Authority.Resilience.EnableRetries);
|
||||
@@ -73,7 +73,7 @@ public sealed class CliBootstrapperTests : IDisposable
|
||||
{
|
||||
Url = "https://authority.file",
|
||||
ClientId = "cli-file",
|
||||
Scope = "feedser.jobs.trigger"
|
||||
Scope = "concelier.jobs.trigger"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user