Merge remote-tracking branch 'origin/main' into bb/grok-provider-desktop

This commit is contained in:
Brooklyn Nicholson
2026-06-02 18:41:32 -05:00
4 changed files with 76 additions and 33 deletions
+1 -1
View File
@@ -3415,7 +3415,7 @@ class TestPtyWebSocket:
# subscriber registration and the message is dropped.
deadline = time.monotonic() + 5.0
while time.monotonic() < deadline:
if ws_mod._event_channels.get("broadcast-test"):
if ws_mod.app.state.event_channels.get("broadcast-test"):
break
time.sleep(0.01)
else: