[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:
Mohammad Miadh Angkad
2026-08-26 01:34:39 -07:00
committed by GitHub
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,