10587: Added tests to Python commands to check for the --version argument.
[arvados.git] / services / fuse / tests / integration_test.py
index b485037c8cdfe5b897d2de64f42aeaba9ba3ea20..c79b1314cd906bf0067b0b3fac3f23b4aa0b0809 100644 (file)
@@ -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)