connections

This commit is contained in:
Dobromir Popov
2026-07-08 19:49:52 +03:00
parent f0dc3bd93f
commit 91e4bcf2c9
4 changed files with 8 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ def test_dashboard_chat_uses_streaming_fetch():
assert "stream: true" in html
assert ".body.getReader()" in html
assert 'data === "[DONE]"' in html
assert 'console.error("chat stream failed", err)' in html
def test_dashboard_served_by_follower():