Explorar el Código

use fetch_long for timeeouts

Eric Charles hace 5 años
padre
commit
447adff274
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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):