[CI] Fix stale tool_call_parser key in Spark2.5 detector test (#36464)
Co-authored-by: Mohammad Angkad <mohammad.angkad@radixark.ai>
This commit is contained in:
co-authored by
Mohammad Angkad
parent
a3c4936438
commit
ffc431cd4c
@@ -149,7 +149,7 @@ class TestSpark25DetectorDetectAndParse(CustomTestCase):
|
||||
self.assertFalse(self.detector.supports_structural_tag())
|
||||
self.assertTrue(self.detector.parses_required_natively())
|
||||
self.assertIs(
|
||||
FunctionCallParser(self.tools, "spark").get_structure_constraint(
|
||||
FunctionCallParser(self.tools, "spark25").get_structure_constraint(
|
||||
"required"
|
||||
),
|
||||
None,
|
||||
|
||||
Reference in New Issue
Block a user