Skip to content

Commit d38c05c

Browse files
update else branch
1 parent 92f0548 commit d38c05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integrations/mcp/test_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ async def test_tool_async(tool_name, arguments):
252252
)
253253
)
254254
else:
255-
assert SPANDATA.MCP_TOOL_RESULT_CONTENT not in tx["contexts"]["trace"]["data"]
255+
assert SPANDATA.MCP_TOOL_RESULT_CONTENT not in span["data"]
256256

257257

258258
@pytest.mark.asyncio

0 commit comments

Comments
 (0)