Skip to content

Commit 6579935

Browse files
rename tests
1 parent 8c9aa86 commit 6579935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integrations/mcp/test_mcp.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def failing_tool(tool_name, arguments):
410410
"send_default_pii, include_prompts",
411411
[(True, True), (True, False), (False, True), (False, False)],
412412
)
413-
async def test_prompt_handler_sync(
413+
async def test_prompt_handler_stdio(
414414
sentry_init, capture_events, send_default_pii, include_prompts
415415
):
416416
"""Test that synchronous prompt handlers create proper spans"""
@@ -574,7 +574,7 @@ async def failing_prompt(name, arguments):
574574

575575

576576
@pytest.mark.asyncio
577-
async def test_resource_handler_sync(sentry_init, capture_events):
577+
async def test_resource_handler_stdio(sentry_init, capture_events):
578578
"""Test that synchronous resource handlers create proper spans"""
579579
sentry_init(
580580
integrations=[MCPIntegration()],

0 commit comments

Comments
 (0)