diff options
Diffstat (limited to 'test/tutils.py')
-rw-r--r-- | test/tutils.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/tutils.py b/test/tutils.py index f8a37a5e..f188029d 100644 --- a/test/tutils.py +++ b/test/tutils.py @@ -77,7 +77,8 @@ class DaemonTests(object): c = pathoc.Pathoc( ("localhost", self.d.port), ssl=ssl, - ws_read_limit=ws_read_limit + ws_read_limit=ws_read_limit, + fp = None ) c.connect(connect_to) if timeout: |