mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-27 10:26:23 +00:00
Try to appease Travis
This commit is contained in:
parent
ae9f470d2b
commit
80d191ff7c
@ -200,7 +200,7 @@ 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)
|
||||||
assert self.d.last_log()["type"] == "wsframe"
|
assert "wsframe" in [i["type"] for i in self.d.log()]
|
||||||
|
|
||||||
|
|
||||||
class TestDaemon(CommonTests):
|
class TestDaemon(CommonTests):
|
||||||
|
Loading…
Reference in New Issue
Block a user