Skip to content

Commit 00e2189

Browse files
committed
fix(ci): format eval telemetry test signature
Ruff format requires wrapping the long test function signature that blocked Lint & Format on this branch. Co-authored-by: morluto <morluto@users.noreply.github.com>
1 parent b28aae2 commit 00e2189

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/tooling/test_eval_telemetry.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,9 @@ def link_event(link_uri: str) -> dict[str, object]:
429429
assert telemetry["mcp_resource_digest_preservation_successes"] == 2
430430

431431

432-
def test_agent_telemetry_handles_non_hashable_resource_tool_field(tmp_path: Path) -> None:
432+
def test_agent_telemetry_handles_non_hashable_resource_tool_field(
433+
tmp_path: Path,
434+
) -> None:
433435
uri = "artifact://sha256/" + ("f" * 64)
434436
malformed_tool_event = {
435437
"type": "item.completed",

0 commit comments

Comments
 (0)