浏览代码

use fetch_long for timeeouts

Eric Charles 5 年之前
父节点
当前提交
447adff274
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      jupyterlab/tests/test_build_api.py

+ 2 - 2
jupyterlab/tests/test_build_api.py

@@ -19,8 +19,8 @@ class BuildAPITester():
     """Wrapper for build REST API requests"""
     url = 'lab/api/build'
 
-    def __init__(self, labapp, fetch):
-        self.fetch = fetch
+    def __init__(self, labapp, fetch_long):
+        self.fetch = fetch_long
         self.labapp = labapp
 
     async def _req(self, verb, path, body=None):