mirror of
https://github.com/Grasscutters/mitmproxy.git
synced 2024-11-23 16:17:49 +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):
|
||||
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):
|
||||
|
Loading…
Reference in New Issue
Block a user