We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187e204 commit 0d519b9Copy full SHA for 0d519b9
tests/test_websocketproxy.py
@@ -64,7 +64,7 @@ def setUp(self):
64
self.handler = websocketproxy.ProxyRequestHandler(
65
FakeSocket(), "127.0.0.1", FakeServer())
66
self.handler.path = "https://localhost:6080/websockify?token=blah"
67
- self.handler.headers = None
+ self.handler.headers = {}
68
patch('websockify.websockifyserver.WebSockifyServer.socket').start()
69
70
def tearDown(self):
0 commit comments