Co-authored-by: Romain Rigaux <romain.rigaux@gmail.com>
@@ -283,6 +283,9 @@ class MockFs(object):
self.isDir = True
return MockWebHdfsStat()
+ def filebrowser_action(self):
+ return None
+
class OozieMockBase(object):