From c438c3b2f8094e9f9bdf14c26e030b25b1955cdc Mon Sep 17 00:00:00 2001 From: yassin Date: Wed, 16 Sep 2026 18:33:50 +0000 Subject: [PATCH] test(proxy): drop redundant docstring from regenerate secret sync test Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- .../test_litellm/proxy/hooks/test_key_management_event_hooks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_litellm/proxy/hooks/test_key_management_event_hooks.py b/tests/test_litellm/proxy/hooks/test_key_management_event_hooks.py index e9aa3c4c701..19471c9f317 100644 --- a/tests/test_litellm/proxy/hooks/test_key_management_event_hooks.py +++ b/tests/test_litellm/proxy/hooks/test_key_management_event_hooks.py @@ -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