Skip to content

Commit

Permalink
fix: correction of "Closed" to "closed" in temporary ws test fix (spa…
Browse files Browse the repository at this point in the history
  • Loading branch information
dave42w authored Dec 15, 2024
1 parent 02d1ce7 commit d3e6766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/base_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ async def message(ws: WebSocketConnector, msg: str, global_dependencies) -> str:
elif state == 3:
ws.close()
# TODO temporary fix to avoid CI failure
resp = "Connection Closed"
resp = "Connection closed"

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

0 comments on commit d3e6766

Please sign in to comment.