()
| 35 | |
| 36 | |
| 37 | def test_transcript_path_rejects_traversal() -> None: |
| 38 | with pytest.raises(ValueError, match="invalid agent_id"): |
| 39 | get_agent_transcript_path("../../etc/passwd") |
| 40 | |
| 41 | |
| 42 | def test_transcript_path_rejects_empty_id() -> None: |
nothing calls this directly
no test coverage detected