Browse Source

[#1149] added a filebrowse_action method to MockFS for oozie.models2_tests.TestEditor.test_create_new_workflow (#1150)

Co-authored-by: Romain Rigaux <romain.rigaux@gmail.com>
Sungpeo Kook 5 năm trước cách đây
mục cha
commit
6e99ff3b34
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      apps/oozie/src/oozie/tests.py

+ 3 - 0
apps/oozie/src/oozie/tests.py

@@ -283,6 +283,9 @@ class MockFs(object):
         self.isDir = True
     return MockWebHdfsStat()
 
+  def filebrowser_action(self):
+    return None
+
 
 class OozieMockBase(object):