浏览代码

[search] Set heatmap stacked states of examples to true

Also fix the tests
Romain Rigaux 10 年之前
父节点
当前提交
5ffab43e37
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      apps/search/src/search/fixtures/initial_search_examples.json
  2. 1 1
      apps/search/src/search/tests.py

文件差异内容过多而无法显示
+ 1 - 1
apps/search/src/search/fixtures/initial_search_examples.json


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

@@ -83,7 +83,7 @@ class TestSearchBase(object):
 
 class TestWithMockedSolr(TestSearchBase):
   def _get_collection_param(self, collection):
-    col_json = json.loads(collection.get_c(self.user))
+    col_json = json.loads(collection.get_json(self.user))
     return col_json['collection']
 
   def test_index(self):

部分文件因为文件数量过多而无法显示