Mark CTO Case task adapter route validated

This commit is contained in:
Svrnty
2026-05-31 19:32:29 -04:00
parent 10092f1009
commit 636f699e65
3 changed files with 22 additions and 14 deletions
+1 -1
View File
@@ -486,7 +486,7 @@ def main() -> int:
"CTO-WORK-011": "validated",
"CTO-WORK-012": "blocked",
"CTO-WORK-013": "validated",
"CTO-WORK-014": "candidate",
"CTO-WORK-014": "validated",
}
for issue_id, expected in expected_statuses.items():
checked.append(f"workboard_status:{issue_id}:{expected}")