mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +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:
commit
a7e2bc3a92
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue