Skip to content

Commit 94aed60

Browse files
PalmPalm7claude
andcommitted
Fix ruff formatting in test_job_parser.py
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e0963ee commit 94aed60

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

skills/root-cause-analysis/tests/scripts/test_job_parser.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,10 @@ def test_extract_failed_tasks_with_diagnostic_fields():
257257
assert task["error_message"] == "non-zero return code"
258258
assert task["rc"] == 1
259259
assert task["cmd"] == ["git", "checkout", "cert-manager-fallback"]
260-
assert task["stderr"] == "error: pathspec 'cert-manager-fallback' did not match any file(s) known to git"
260+
assert (
261+
task["stderr"]
262+
== "error: pathspec 'cert-manager-fallback' did not match any file(s) known to git"
263+
)
261264
# stdout is empty string in res, so should not be in task_info from res
262265
# but event has no stdout either, so stdout key should be absent
263266
assert "stdout" not in task

0 commit comments

Comments
 (0)