test: update schema assertion after maxItems removal
This commit is contained in:
@@ -67,7 +67,7 @@ class TestDelegateRequirements(unittest.TestCase):
|
|||||||
self.assertIn("context", props)
|
self.assertIn("context", props)
|
||||||
self.assertIn("toolsets", props)
|
self.assertIn("toolsets", props)
|
||||||
self.assertIn("max_iterations", props)
|
self.assertIn("max_iterations", props)
|
||||||
self.assertEqual(props["tasks"]["maxItems"], 3)
|
self.assertNotIn("maxItems", props["tasks"]) # removed — limit is now runtime-configurable
|
||||||
|
|
||||||
|
|
||||||
class TestChildSystemPrompt(unittest.TestCase):
|
class TestChildSystemPrompt(unittest.TestCase):
|
||||||
|
|||||||
Reference in New Issue
Block a user