Browse Source

HUE-4860 [editor] Update test to have the name of the exported query

Romain Rigaux 9 years ago
parent
commit
6c3b9cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/notebook/src/notebook/tests.py

+ 1 - 1
desktop/libs/notebook/src/notebook/tests.py

@@ -344,7 +344,7 @@ class TestNotebookApiMocked(object):
 
     data = json.loads(response.content)
     assert_equal(0, data['status'], data)
-    assert_equal('/user/hue/query-hive-None.csv', data['watch_url']['destination'], data)
+    assert_equal('/user/hue/Test Hive Query.csv', data['watch_url']['destination'], data)
 
 
     response = self.client.post(reverse('notebook:export_result'), {