Update test_openai_api_workarounds.py

This commit is contained in:
VolodymyrBg 2026-01-29 10:13:50 +02:00 committed by GitHub
parent e8fd85429f
commit 77a3505955
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ def test_openai_api_n_kwarg_ignore_discovery():
n=n,
)
)
assert server.config.n_kwarg_is_ignored, "n kwarg is should be set after discovery"
assert server.config.n_kwarg_is_ignored, "n kwarg should be set after discovery"
print(len(response.choices), n)
assert (
len(response.choices) == n