X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f4ca9ad94a6bb006d1f3c7ba207837f1736d1247..e1de889290360f6dd5b5fdeab10cea997bcc6962:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index fa48849626..e534e32737 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -1142,7 +1142,6 @@ class TokenExpiryTest(MountTestBase): @mock.patch('arvados.keep.KeepClient.get') def runTest(self, mocked_get): - logging.getLogger('arvados.arvados_fuse').setLevel(logging.DEBUG) self.api._rootDesc = {"blobSignatureTtl": 2} mnt = self.make_mount(fuse.CollectionDirectory, collection_record='zzzzz-4zz18-op4e2lbej01tcvu') mocked_get.return_value = 'fake data'