mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-30 11:19:23 +00:00
Test output to try to figure out why Travis no longer loves us
This commit is contained in:
parent
07d5b90ebf
commit
9311d60596
@ -211,7 +211,8 @@ class CommonTests(tutils.DaemonTests):
|
|||||||
|
|
||||||
def test_websocket_frame(self):
|
def test_websocket_frame(self):
|
||||||
r = self.pathoc(["ws:/p/", "wf:b@10"], ws_read_limit=0)
|
r = self.pathoc(["ws:/p/", "wf:b@10"], ws_read_limit=0)
|
||||||
time.sleep(0.01)
|
print r
|
||||||
|
print self.d.log()
|
||||||
assert self.d.last_log()["type"] == "wsframe"
|
assert self.d.last_log()["type"] == "wsframe"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user