Skip to content

Commit

Permalink
Merge branch 'sparckles:main' into url_for
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w authored Dec 10, 2024
2 parents 842c610 + f86dbd5 commit f3e5e24
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 @@ -67,6 +67,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 f3e5e24

Please sign in to comment.