瀏覽代碼

[impala] Fix change of Editor name

Romain Rigaux 12 年之前
父節點
當前提交
d6c0f35
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/impala/src/impala/tests.py

+ 1 - 1
apps/impala/src/impala/tests.py

@@ -49,7 +49,7 @@ class TestMockedImpala:
 
   def test_basic_flow(self):
     response = self.client.get("/impala/")
-    assert_true(re.search('Cloudera Impala Query UI', response.content), response.content)
+    assert_true(re.search('Impala Editor', response.content), response.content)
     assert_true('Query Editor' in response.content)
 
     response = self.client.get("/impala/execute/")