Explorar o código

[indexer] Fix typo in log_analytics_demo core

Erick Tryzelaar %!s(int64=10) %!d(string=hai) anos
pai
achega
3ea358bed2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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)