[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
d6765fddce
commit
fdf0be484e
1 changed files with 1 additions and 3 deletions
|
|
@ -385,9 +385,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_accepts_full_service_tier_enum(monkeypatch, value):
|
||||
"""`openai-python`'s ResponseCreateParams declares
|
||||
`Optional[Literal["auto", "default", "flex", "scale", "priority"]]`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue