huskies: merge 964

This commit is contained in:
dave
2026-05-13 14:51:39 +00:00
parent c811672e18
commit dcb43c465a
24 changed files with 234 additions and 188 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ mod tests {
fn serialize_pipeline_state_response() {
let story = UpcomingStory {
story_id: "10_story_test".to_string(),
name: Some("Test".to_string()),
name: "Test".to_string(),
error: None,
merge_failure: None,
agent: None,