diff options
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: |