mirror of
https://github.com/instructkr/claude-code.git
synced 2026-05-28 16:36:45 +00:00
fix: add missing config_load_error_kind to test StatusContext initializers; remove stale retry_after refs again
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user