21452: Update test for new ProjectDirectory API 21452-fuse-filters
authorBrett Smith <brett.smith@curii.com>
Mon, 12 Feb 2024 03:16:55 +0000 (22:16 -0500)
committerBrett Smith <brett.smith@curii.com>
Mon, 12 Feb 2024 03:18:39 +0000 (22:18 -0500)
I ran the FUSE tests on my laptop before I ran them on Jenkins. This
test did not report failure. I don't understand why it
didn't. Unfortunately the test log runs past the end of my scrollback,
so that's a mystery lost to history.

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>

services/fuse/tests/test_mount.py

index f4e5138e2ce0fd5d1559046754f2c50a4f1c2ddb..ef9c25bcf588f0fa7589ce0f06b4f8e1b9263927 100644 (file)
@@ -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",