fix(test): add token_validation=None to sigv4 table_record mocks

This commit is contained in:
Ishaan Jaffer 2026-04-11 12:13:06 -07:00
parent 1d4e5aa9ad
commit c3a7927c0c
No known key found for this signature in database

View file

@ -838,6 +838,8 @@ class TestSigV4BuildFromTable:
table_record.tool_name_to_description = None
table_record.byok_api_key_help_url = None
table_record.oauth2_flow = None
table_record.token_validation = None
table_record.token_storage_ttl_seconds = None
manager = MCPServerManager()
@ -895,6 +897,8 @@ class TestSigV4BuildFromTable:
table_record.tool_name_to_description = None
table_record.byok_api_key_help_url = None
table_record.oauth2_flow = None
table_record.token_validation = None
table_record.token_storage_ttl_seconds = None
manager = MCPServerManager()