forked from phoenix/litellm-mirror
test(test_models.py): ensure only admin can call /health
This commit is contained in:
parent
caec0a3938
commit
2ffd057042
3 changed files with 4 additions and 3 deletions
|
@ -2366,7 +2366,7 @@ class Router:
|
|||
_settings_to_return[var] = _all_vars[var]
|
||||
return _settings_to_return
|
||||
|
||||
def set_settings(self, **kwargs):
|
||||
def update_settings(self, **kwargs):
|
||||
# only the following settings are allowed to be configured
|
||||
_allowed_settings = [
|
||||
"routing_strategy_args",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue