mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-03 06:23:06 +00:00
Merge pull request #22784 from BerriAI/fix/responses-id-security-test
Fix responses ID security test for new request_cache parameter
This commit is contained in:
@@ -545,7 +545,7 @@ class TestAsyncPostCallSuccessHook:
|
||||
response=mock_response,
|
||||
)
|
||||
|
||||
mock_encrypt.assert_called_once_with(mock_response, mock_user_api_key_dict)
|
||||
mock_encrypt.assert_called_once_with(mock_response, mock_user_api_key_dict, request_cache=None)
|
||||
assert result == mock_response
|
||||
|
||||
@pytest.mark.asyncio
|
||||
|
||||
Reference in New Issue
Block a user