Skip to content

Commit e2d8427

Browse files
committed
format string fix
1 parent 8a20b02 commit e2d8427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytest/test_pytest_klavis_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ async def test_pytest_klavis_mcp(row: EvaluationRow) -> EvaluationRow:
3636
},
3737
{
3838
"role": "user",
39-
"content": "Final model output: {row.messages[-1].content}\nGround truth: {ground_truth}",
39+
"content": f"Final model output: {row.messages[-1].content}\nGround truth: {ground_truth}",
4040
},
4141
],
4242
response_format={

0 commit comments

Comments
 (0)