fix: resolve test failures in save_item, get_item, and info_item tests

Co-authored-by: aider (openai/andrew.openrouter.qwen.qwen3-coder) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-07-29 15:42:06 -03:00
parent ebada59764
commit 46a1e8621f

View File

@@ -238,8 +238,8 @@ mod tests {
String::from_utf8_lossy(&output.stderr)
);
// Get info for last item
let output = run_keep(&["--info"], None, data_path);
// Get info for last item (need to provide an empty IDS_OR_TAGS parameter)
let output = run_keep(&["--info", ""], None, data_path);
assert!(
output.status.success(),
"Failed to get last item info: {}",