mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
test(keys): assert soft budget validation returns None for valid values
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
80e8079be5
commit
c391404454
1 changed files with 1 additions and 1 deletions
|
|
@ -17176,7 +17176,7 @@ def test_validate_soft_budget_value_accepts_valid_values(valid_value):
|
|||
_validate_soft_budget_value,
|
||||
)
|
||||
|
||||
_validate_soft_budget_value(valid_value)
|
||||
assert _validate_soft_budget_value(valid_value) is None
|
||||
|
||||
|
||||
@pytest.mark.parametrize("invalid_value", [-5.0, float("nan"), float("inf")])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue