mirror of
https://github.com/ultraworkers/claw-code.git
synced 2026-05-30 20:04:17 +08:00
fix: add missing config_load_error_kind to test StatusContext initializers; remove stale retry_after refs again
This commit is contained in:
parent
03bd461984
commit
1f572ff8de
@ -13361,6 +13361,7 @@ mod tests {
|
|||||||
boot_preflight: test_boot_preflight(),
|
boot_preflight: test_boot_preflight(),
|
||||||
sandbox_status: runtime::SandboxStatus::default(),
|
sandbox_status: runtime::SandboxStatus::default(),
|
||||||
config_load_error: None,
|
config_load_error: None,
|
||||||
|
config_load_error_kind: None,
|
||||||
},
|
},
|
||||||
None, // #148
|
None, // #148
|
||||||
);
|
);
|
||||||
@ -13505,6 +13506,7 @@ mod tests {
|
|||||||
boot_preflight: test_boot_preflight(),
|
boot_preflight: test_boot_preflight(),
|
||||||
sandbox_status: runtime::SandboxStatus::default(),
|
sandbox_status: runtime::SandboxStatus::default(),
|
||||||
config_load_error: None,
|
config_load_error: None,
|
||||||
|
config_load_error_kind: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
let check = super::check_workspace_health(&context);
|
let check = super::check_workspace_health(&context);
|
||||||
@ -13542,6 +13544,7 @@ mod tests {
|
|||||||
boot_preflight: test_boot_preflight(),
|
boot_preflight: test_boot_preflight(),
|
||||||
sandbox_status: runtime::SandboxStatus::default(),
|
sandbox_status: runtime::SandboxStatus::default(),
|
||||||
config_load_error: None,
|
config_load_error: None,
|
||||||
|
config_load_error_kind: None,
|
||||||
};
|
};
|
||||||
|
|
||||||
let value = status_json_value(
|
let value = status_json_value(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user