Update template init session helper test
All checks were successful
build / build (push) Successful in 16s
All checks were successful
build / build (push) Successful in 16s
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user