瀏覽代碼

HUE-2142 [editor] Test with still an invalid batch snippet type value

Romain Rigaux 8 年之前
父節點
當前提交
51b4d04865
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/oozie/src/oozie/models2_tests.py

+ 1 - 1
apps/oozie/src/oozie/models2_tests.py

@@ -1104,7 +1104,7 @@ class TestModelAPI(OozieMockBase):
          'status': 'running',
          'statement_raw': 'SHOW TABLES',
          'statement': 'SHOW TABLES',
-         'type': 'query-hive',
+         'type': 'hive',
          'properties': {
          },
          'database': 'default',