X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/f3b78f5c0690a93d4cc9370519f970ded430c453..b73a5d296669ae58c8cd5a7d2e1aedd19f0c0029:/services/fuse/tests/test_mount.py diff --git a/services/fuse/tests/test_mount.py b/services/fuse/tests/test_mount.py index 1d7b9087ab..05c8685607 100644 --- a/services/fuse/tests/test_mount.py +++ b/services/fuse/tests/test_mount.py @@ -703,7 +703,7 @@ class FuseUpdateFromEventTest(MountTestBase): with llfuse.lock: m.new_collection(collection.api_response(), collection) - self.operations.listen_for_events(self.api) + self.operations.listen_for_events() d1 = llfuse.listdir(os.path.join(self.mounttmp)) self.assertEqual([], sorted(d1))