Skip to content

Commit 3e4c903

Browse files
authored
fix: update negative integ test (#278)
1 parent fd42d8c commit 3e4c903

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integ/test_aws_mcp_server_negative.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ async def test_expired_credentials():
6767

6868
try:
6969
async with expired_client:
70-
response = await expired_client.call_tool('aws___list_regions')
70+
response = await expired_client.call_tool('aws___call_aws')
7171
logger.info('Tool call completed without exception. Response: %s', response)
7272
except Exception as e:
7373
exception_raised = True

0 commit comments

Comments
 (0)