mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
test(proxy): drop redundant docstring from regenerate secret sync test
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
ed18626291
commit
c438c3b2f8
1 changed files with 0 additions and 1 deletions
|
|
@ -421,7 +421,6 @@ class TestRotateVirtualKeyInSecretManager:
|
|||
async def test_rotated_hook_without_request_body_syncs_secret_manager(
|
||||
self, monkeypatch: pytest.MonkeyPatch, key_alias: str | None
|
||||
):
|
||||
"""POST /key/{key}/regenerate with no body (data=None) must still write the new key to the secret manager."""
|
||||
import litellm
|
||||
from litellm.proxy._types import GenerateKeyResponse, LiteLLM_VerificationToken
|
||||
from litellm.secret_managers.base_secret_manager import BaseSecretManager
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue