TT#14008 fix test case for older libwebsockets

Change-Id: If8ef0ec2289541d7ebba3fe2c386e02556461bf8
pull/1346/head
Richard Fuchs 4 years ago
parent 3db742e329
commit 792b736f10

@ -18,7 +18,7 @@ async def get_ws(cls, proto):
for _ in range(1, 300):
try:
cls._ws = await websockets.connect(
"ws://localhost:9191/", subprotocols=[proto]
"ws://127.0.0.1:9191/", subprotocols=[proto]
)
break
except:
@ -2039,7 +2039,7 @@ if __name__ == "__main__":
"-L",
"7",
"-E",
"--listen-http=localhost:9191",
"--listen-http=127.0.0.1:9191",
"--janus-secret=dfgdfgdvgLyATjHPvckg",
"--delete-delay=0",
],

Loading…
Cancel
Save