fix: add missing config_load_error_kind to test StatusContext initializers; remove stale retry_after refs again

This commit is contained in:
YeonGyu-Kim
2026-05-25 12:15:57 +09:00
parent 03bd461984
commit 1f572ff8de

View File

@@ -13361,6 +13361,7 @@ mod tests {
boot_preflight: test_boot_preflight(),
sandbox_status: runtime::SandboxStatus::default(),
config_load_error: None,
config_load_error_kind: None,
},
None, // #148
);
@@ -13505,6 +13506,7 @@ mod tests {
boot_preflight: test_boot_preflight(),
sandbox_status: runtime::SandboxStatus::default(),
config_load_error: None,
config_load_error_kind: None,
};
let check = super::check_workspace_health(&context);
@@ -13542,6 +13544,7 @@ mod tests {
boot_preflight: test_boot_preflight(),
sandbox_status: runtime::SandboxStatus::default(),
config_load_error: None,
config_load_error_kind: None,
};
let value = status_json_value(