Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/integ/test_aws_mcp_server_negative.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def test_expired_credentials():

try:
async with expired_client:
response = await expired_client.call_tool('aws___list_regions')
response = await expired_client.call_tool('aws___call_aws')
logger.info('Tool call completed without exception. Response: %s', response)
except Exception as e:
exception_raised = True
Expand Down
Loading