diff options
author | Aldo Cortesi <aldo@nullcube.com> | 2015-04-22 15:49:17 +1200 |
---|---|---|
committer | Aldo Cortesi <aldo@nullcube.com> | 2015-04-22 15:49:17 +1200 |
commit | 99cb0808abfa3bd5bbc8d19c10756641c032dc48 (patch) | |
tree | f93b7a76f878eb17d5ef97787c01202559d70dc2 /test/test_pathoc.py | |
parent | 65f04bf4d103ea7ab9307946ccc11a17de51d93f (diff) | |
download | mitmproxy-99cb0808abfa3bd5bbc8d19c10756641c032dc48.tar.gz mitmproxy-99cb0808abfa3bd5bbc8d19c10756641c032dc48.tar.bz2 mitmproxy-99cb0808abfa3bd5bbc8d19c10756641c032dc48.zip |
websockets: server handshake scheme
Also refactor settings and resolution interfaces
Diffstat (limited to 'test/test_pathoc.py')
-rw-r--r-- | test/test_pathoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pathoc.py b/test/test_pathoc.py index 52075231..e14450b9 100644 --- a/test/test_pathoc.py +++ b/test/test_pathoc.py @@ -74,7 +74,7 @@ class _TestDaemon: for i in requests: r = language.parse_requests(i)[0] if explain: - r = r.freeze({}) + r = r.freeze(language.Settings()) try: c.request(r) except (http.HttpError, tcp.NetLibError), v: |