From 696dec47403967af0ff4d0b899596f886bb9fed8 Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 31 May 2026 22:43:49 -0300 Subject: [PATCH] Update template init session helper test --- tests/test_template_init.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_template_init.py b/tests/test_template_init.py index bf7ae82..d0d5dac 100644 --- a/tests/test_template_init.py +++ b/tests/test_template_init.py @@ -78,6 +78,7 @@ class TemplateInitTests(unittest.TestCase): self.assertIn("Skill runner", files["frontend/src/App.jsx"]) self.assertIn("callSkill", files["frontend/src/App.jsx"]) self.assertIn("CONFIG_URL", files["frontend/src/a2a.js"]) + self.assertIn("requireSession", files["frontend/src/a2a.js"]) self.assertIn('"/invoke": agent', files["frontend/vite.config.js"]) def test_render_a2a_init_template_can_include_static_frontend(self) -> None: