소스 검색

[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):

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.