X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6430b728cbce69b56adc01432fc9351088724efd..605d11f27e73ce60794fa9858aeed8ed961261e8:/services/fuse/tests/integration_test.py diff --git a/services/fuse/tests/integration_test.py b/services/fuse/tests/integration_test.py index b485037c8c..c79b1314cd 100644 --- a/services/fuse/tests/integration_test.py +++ b/services/fuse/tests/integration_test.py @@ -61,7 +61,6 @@ class IntegrationTest(unittest.TestCase): def setUp(self): self.mnt = tempfile.mkdtemp() run_test_server.authorize_with('active') - self.api = arvados.safeapi.ThreadSafeApiCache(arvados.config.settings()) def tearDown(self): os.rmdir(self.mnt)