X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ee9d1e39b5d469a827be5a719c9c0860914ab2a8..2aff408211e84a226af6f74cb9338cbaf3fc4645:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index f4e5138e2c..ef9c25bcf5 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -1126,7 +1126,10 @@ class MagicDirApiError(FuseMagicTest): class SanitizeFilenameTest(MountTestBase): def test_sanitize_filename(self): - pdir = fuse.ProjectDirectory(1, {}, self.api, 0, False, project_object=self.api.users().current().execute()) + pdir = fuse.ProjectDirectory( + 1, {}, self.api, 0, False, None, + project_object=self.api.users().current().execute(), + ) acceptable = [ "foo.txt", ".foo",