X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0c9dd4b566696e5de7bbe82d000997acc978dcfa..7c0924d91aef5da1f69bd5f88b61880915afae4a:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index f747f937b4..5535494a67 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -1,4 +1,5 @@ import arvados +import arvados.safeapi import arvados_fuse as fuse import glob import json @@ -242,8 +243,7 @@ class FuseSharedTest(MountTestBase): # directory) fuse_user_objs = os.listdir(os.path.join(self.mounttmp, 'FUSE User')) fuse_user_objs.sort() - self.assertEqual(['Empty collection.link', # permission link on collection - 'FUSE Test Project', # project owned by user + self.assertEqual(['FUSE Test Project', # project owned by user 'collection #1 owned by FUSE', # collection owned by user 'collection #2 owned by FUSE', # collection owned by user 'pipeline instance owned by FUSE.pipelineInstance', # pipeline instance owned by user