Browse Source

[indexer] Fix typo in log_analytics_demo core

Erick Tryzelaar 10 years ago
parent
commit
3ea358b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/libs/indexer/src/indexer/tests.py

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

@@ -95,7 +95,7 @@ class TestIndexerWithSolr:
   def test_collections_fields(self):
     db = CollectionManagerController(self.user)
 
-    db.get_fields('log_analytics')
+    db.get_fields('log_analytics_demo')
     resp = self.client.post(reverse('indexer:install_examples'))
     content = json.loads(resp.content)