refactor: final code purge

This commit is contained in:
cra88y
2026-01-10 21:23:08 -06:00
parent 290126a99b
commit 28f946736d
2 changed files with 12 additions and 14 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ class PluginTestCase(unittest.TestCase):
def test_html_injection(self):
response = self.app.get('/')
content = response.data.decode('utf-8')
self.assertIn('<article id="ai-shell"', content)
self.assertIn('<article id="sxng-stream-box"', content)
self.assertIn('/gemini-stream', content)
def test_stream_endpoint(self):