enrich the setup. setup fixes. minimize the consolidation plan
This commit is contained in:
@@ -398,7 +398,7 @@ public sealed record FinalizeSetupSessionRequest(
|
||||
/// <summary>
|
||||
/// Request to test connectivity for a setup step.
|
||||
/// </summary>
|
||||
public sealed record TestConnectionRequest(
|
||||
public sealed record SetupTestConnectionRequest(
|
||||
Dictionary<string, string>? ConfigValues = null);
|
||||
|
||||
#endregion
|
||||
|
||||
@@ -579,7 +579,7 @@ public static class SetupEndpoints
|
||||
Dictionary<string, string>? configValues = null;
|
||||
try
|
||||
{
|
||||
var body = await context.Request.ReadFromJsonAsync<TestConnectionRequest>(ct);
|
||||
var body = await context.Request.ReadFromJsonAsync<SetupTestConnectionRequest>(ct);
|
||||
configValues = body?.ConfigValues;
|
||||
}
|
||||
catch { /* empty body acceptable */ }
|
||||
|
||||
Reference in New Issue
Block a user