Merge branch '11332-fix-crunchscript' refs #11332
[arvados.git] / services / fuse / tests / test_cache.py
index 66b70c9ddadf741bec594e4db29b121e72a428b6..745c6f7b31e744546c5268e9f429283cbcf31eac 100644 (file)
@@ -11,10 +11,7 @@ import unittest
 from .integration_test import IntegrationTest
 from .mount_test_base import MountTestBase
 
-_logger = logging.getLogger('arvados.arvados_fuse')
-_logger.setLevel(logging.DEBUG)
-
-class TmpCollectionTest(IntegrationTest):
+class CacheTest(IntegrationTest):
     mnt_args = ["--by-id", "--directory-cache=0"]
 
     @IntegrationTest.mount(argv=mnt_args)