diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 17:18:06 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-06-04 17:18:06 +1200 |
commit | 9fda74c65a632bda5176e2ccafbbcab2af27d77d (patch) | |
tree | a37c633bda76ae3f2c623bf1d14355279c0631d9 /test/tutils.py | |
parent | 5bee061849b9e48d097b2aba3613e38f7282f36b (diff) | |
download | mitmproxy-9fda74c65a632bda5176e2ccafbbcab2af27d77d.tar.gz mitmproxy-9fda74c65a632bda5176e2ccafbbcab2af27d77d.tar.bz2 mitmproxy-9fda74c65a632bda5176e2ccafbbcab2af27d77d.zip |
Clarify language API, stub out nested websocket frames
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py index 842ed527..778ad790 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -26,7 +26,7 @@ class DaemonTests(object): klass.d = test.Daemon( staticdir=test_data.path("data"), anchors=[ - (re.compile("/anchor/.*"), language.parse_response("202:da")) + (re.compile("/anchor/.*"), language.parse_pathod("202:da")) ], ssl = klass.ssl, ssloptions = so, |