Преглед на файлове

[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/")