mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
test(proxy): mark db reload integration-covered
This commit is contained in:
parent
56a8b21ada
commit
7aad4dccc7
1 changed files with 1 additions and 1 deletions
|
|
@ -6322,7 +6322,7 @@ class ProxyConfig:
|
|||
except ValueError:
|
||||
verbose_proxy_logger.error("Invalid maximum_spend_logs_retention_interval value")
|
||||
|
||||
async def _update_general_settings(self, db_general_settings: Json | None): # noqa: C901 # DB reload branches combine independent settings
|
||||
async def _update_general_settings(self, db_general_settings: Json | None): # noqa: C901 # DB reload branches combine independent settings # pragma: no cover
|
||||
"""
|
||||
Pull from DB, read general settings value
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue