huskies: merge 963
This commit is contained in:
@@ -293,9 +293,9 @@ mod tests {
|
||||
error: None,
|
||||
merge_failure: None,
|
||||
agent: Some(crate::http::workflow::pipeline::AgentAssignment {
|
||||
agent_name: "coder-1".to_string(),
|
||||
agent_name: crate::config::AgentName::Coder1,
|
||||
model: Some("claude-3-5-sonnet".to_string()),
|
||||
status: "running".to_string(),
|
||||
status: crate::agents::AgentStatus::Running,
|
||||
}),
|
||||
review_hold: None,
|
||||
qa: None,
|
||||
|
||||
Reference in New Issue
Block a user