X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/73a127e5492bc2711530b2f5a7c30a5021232d40..908261de15c98553a4200f01aff1f26ef57c8fb8:/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))