huskies: merge 730_story_use_numeric_only_story_ids_across_mcp_worktrees_git_branches_and_log_paths
This commit is contained in:
@@ -257,8 +257,8 @@ mod tests {
|
||||
.unwrap();
|
||||
|
||||
assert!(
|
||||
result.contains("_bug_login_crash"),
|
||||
"result should contain bug ID: {result}"
|
||||
result.starts_with("Created bug: "),
|
||||
"result should be a 'Created bug: <id>' message: {result}"
|
||||
);
|
||||
// Extract the actual bug ID from the result message (format: "Created bug: <id>").
|
||||
let bug_id = result.trim_start_matches("Created bug: ").trim();
|
||||
|
||||
Reference in New Issue
Block a user