mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix(test): add token_validation=None to sigv4 table_record mocks
This commit is contained in:
parent
1d4e5aa9ad
commit
c3a7927c0c
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue