Update template init session helper test
All checks were successful
build / build (push) Successful in 16s

This commit is contained in:
robert
2026-05-31 22:43:49 -03:00
parent f0e3b325e1
commit 696dec4740

View File

@@ -78,6 +78,7 @@ class TemplateInitTests(unittest.TestCase):
self.assertIn("Skill runner", files["frontend/src/App.jsx"]) self.assertIn("Skill runner", files["frontend/src/App.jsx"])
self.assertIn("callSkill", files["frontend/src/App.jsx"]) self.assertIn("callSkill", files["frontend/src/App.jsx"])
self.assertIn("CONFIG_URL", files["frontend/src/a2a.js"]) 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"]) self.assertIn('"/invoke": agent', files["frontend/vite.config.js"])
def test_render_a2a_init_template_can_include_static_frontend(self) -> None: def test_render_a2a_init_template_can_include_static_frontend(self) -> None: