Explorar o código

use fetch_long for timeeouts

Eric Charles %!s(int64=5) %!d(string=hai) anos
pai
achega
447adff274
Modificáronse 1 ficheiros con 2 adicións e 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):