We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0d42b9 commit e73e600Copy full SHA for e73e600
tests/integrations/fastmcp/test_fastmcp.py
@@ -606,9 +606,9 @@ def code_help_prompt(language: str):
606
607
# Check PII-sensitive data
608
if send_default_pii and include_prompts:
609
- assert SPANDATA.MCP_PROMPT_CONTENT in span["data"]
+ assert SPANDATA.MCP_PROMPT_RESULT_MESSAGE_CONTENT in span["data"]
610
else:
611
- assert SPANDATA.MCP_PROMPT_CONTENT not in span["data"]
+ assert SPANDATA.MCP_PROMPT_RESULT_MESSAGE_CONTENT not in span["data"]
612
except AttributeError:
613
# Prompt handler not supported in this version
614
pytest.skip("Prompt handlers not supported in this FastMCP version")
0 commit comments