fix(azure.py): fix optional param elif statement

This commit is contained in:
Krrish Dholakia 2024-08-20 12:22:39 -07:00
parent 25de96f9e6
commit 5c1a5978f9
2 changed files with 5 additions and 4 deletions

View file

@ -287,7 +287,7 @@ def test_azure_tool_choice(api_version):
else:
assert (
"tool_choice" not in optional_params
), "tool_choice={} for api version={}".format(
), "tool choice should not be present. Got - tool_choice={} for api version={}".format(
optional_params["tool_choice"], api_version
)