diff --git a/tests/tools/test_delegate.py b/tests/tools/test_delegate.py index 1c6e031920..5c64ff2868 100644 --- a/tests/tools/test_delegate.py +++ b/tests/tools/test_delegate.py @@ -67,7 +67,7 @@ class TestDelegateRequirements(unittest.TestCase): self.assertIn("context", props) self.assertIn("toolsets", 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):