aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-15 10:39:39 -0700
committerThomas Kriechbaumer <thomas@kriechbaumer.name>2016-05-15 10:39:39 -0700
commit2887480bcb72086b982a6954b930dc27115b97f8 (patch)
treeeb6e0eb31565e4aa47836c6c51966d4e1d46ab70 /test
parentf4a13d6f9f804b8883e415a1e2eb6beb129e5b7f (diff)
downloadmitmproxy-2887480bcb72086b982a6954b930dc27115b97f8.tar.gz
mitmproxy-2887480bcb72086b982a6954b930dc27115b97f8.tar.bz2
mitmproxy-2887480bcb72086b982a6954b930dc27115b97f8.zip
fix naming which caused overwriting of functions
Diffstat (limited to 'test')
-rw-r--r--test/pathod/test_language_websocket.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pathod/test_language_websocket.py b/test/pathod/test_language_websocket.py
index f1105dfe..29155dba 100644
--- a/test/pathod/test_language_websocket.py
+++ b/test/pathod/test_language_websocket.py
@@ -97,7 +97,7 @@ class TestWebsocketFrame:
assert self.fr("wf:r'foo'").payload == "foo"
- def test_construction(self):
+ def test_construction_2(self):
# Simple server frame
frm = self.fr("wf:b'foo'")
assert not frm.header.mask