aboutsummaryrefslogtreecommitdiffstats
path: root/test/mitmproxy/test_eventsequence.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/mitmproxy/test_eventsequence.py')
-rw-r--r--test/mitmproxy/test_eventsequence.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mitmproxy/test_eventsequence.py b/test/mitmproxy/test_eventsequence.py
index fe0f92b3..871d4b9d 100644
--- a/test/mitmproxy/test_eventsequence.py
+++ b/test/mitmproxy/test_eventsequence.py
@@ -32,6 +32,8 @@ def test_websocket_flow(err):
assert len(f.messages) == 1
assert next(i) == ("websocket_message", f)
assert len(f.messages) == 2
+ assert next(i) == ("websocket_message", f)
+ assert len(f.messages) == 3
if err:
assert next(i) == ("websocket_error", f)
assert next(i) == ("websocket_end", f)