Ver Fonte

[search] Set heatmap stacked states of examples to true

Also fix the tests
Romain Rigaux há 11 anos atrás
pai
commit
5ffab43e37

Diff do ficheiro suprimidas por serem muito extensas
+ 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):

Alguns ficheiros não foram mostrados porque muitos ficheiros mudaram neste diff