summarylogtreecommitdiffstats
path: root/websocket-test-fix.diff
blob: 06d9a5527bcea98181dd61e122e448182b2a4f4b (plain)
1
2
3
4
5
6
7
8
9
10
11
--- test/test_websocket.py.orig	2025-04-16 19:05:10.738031282 -0700
+++ test/test_websocket.py	2025-04-16 19:05:07.688023491 -0700
@@ -19,7 +19,7 @@
 from typing import Optional
 
 # using a 3rdparty websocket library for the server
-import websockets.asyncio.server as websockets_server_3rdparty
+import websockets.server as websockets_server_3rdparty
 
 TIMEOUT = 10.0  # seconds