Browse Source

[indexer] Fix typo in log_analytics_demo core

Erick Tryzelaar 10 năm trước cách đây
mục cha
commit
3ea358b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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)