Skip to content

Commit

Permalink
Merge branch 'sparckles:main' into Robyn-classes
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w authored Dec 10, 2024
2 parents 0e419f8 + f86dbd5 commit 69fda94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration_tests/base_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ async def message(ws: WebSocketConnector, msg: str, global_dependencies) -> str:
resp = "*chika* *chika* Slim Shady."
elif state == 3:
ws.close()
# TODO temporary fix to avoid CI failure
resp = "Connection Closed"

websocket_state[websocket_id] = (state + 1) % 4
return resp
Expand Down

0 comments on commit 69fda94

Please sign in to comment.