Add files via upload

This commit is contained in:
公明
2026-07-21 20:54:51 +08:00
committed by GitHub
parent bfe1d28650
commit f30e8e7ca6
4 changed files with 180 additions and 29 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ func TestExecutionReconciler_ReconcileOnStartup(t *testing.T) {
if err != nil {
t.Fatalf("GetToolExecution: %v", err)
}
if got.Status != "cancelled" {
t.Fatalf("expected cancelled after startup reconcile, got %s", got.Status)
if got.Status != "orphaned" {
t.Fatalf("expected orphaned after startup reconcile, got %s", got.Status)
}
}