[Test] Fix flaky test_function_call_specific by adding strict=True (#22624)

This commit is contained in:
Xinyuan Tong
2026-04-12 01:22:57 -07:00
committed by GitHub
parent bc1bfbf607
commit 3f60df8012
@@ -552,6 +552,7 @@ class TestOpenAIServerFunctionCalling(CustomTestCase):
},
"required": ["city"],
},
"strict": True,
},
},
]