[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
b961c6f2f7
commit
f7c11d8a0a
1 changed files with 1 additions and 3 deletions
|
|
@ -461,9 +461,7 @@ def test_openai_responses_forwards_service_tier(monkeypatch):
|
|||
assert body.get("service_tier") == "priority", body
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"value", ["auto", "default", "flex", "scale", "priority"]
|
||||
)
|
||||
@pytest.mark.parametrize("value", ["auto", "default", "flex", "scale", "priority"])
|
||||
def test_openai_responses_forwards_documented_service_tiers(monkeypatch, value):
|
||||
"""openai-python ships service_tier as
|
||||
`Literal["auto","default","flex","scale","priority"]` for
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue