We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd42d8c commit 3e4c903Copy full SHA for 3e4c903
1 file changed
tests/integ/test_aws_mcp_server_negative.py
@@ -67,7 +67,7 @@ async def test_expired_credentials():
67
68
try:
69
async with expired_client:
70
- response = await expired_client.call_tool('aws___list_regions')
+ response = await expired_client.call_tool('aws___call_aws')
71
logger.info('Tool call completed without exception. Response: %s', response)
72
except Exception as e:
73
exception_raised = True
0 commit comments