We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c05b9e2 commit 6f6e4c8Copy full SHA for 6f6e4c8
tests/test_documents.py
@@ -556,13 +556,10 @@ def should_index_object(self, obj):
556
]
557
self.assertTrue(article1.slug in slugs)
558
self.assertTrue(article2.slug not in slugs)
559
- data_body = mock_bulk.call_args[1]['body']
560
- self.assertTrue(article1.slug in data_body)
561
- self.assertTrue(article2.slug not in data_body)
562
563
class RealTimeDocTypeTestCase(BaseDocTypeTestCase, TestCase):
564
TARGET_PROCESSOR = 'django_elasticsearch_dsl.signals.RealTimeSignalProcessor'
565
566
567
class CeleryDocTypeTestCase(BaseDocTypeTestCase, TestCase):
568
- TARGET_PROCESSOR = 'django_elasticsearch_dsl.signals.CelerySignalProcessor'
+ TARGET_PROCESSOR = 'django_elasticsearch_dsl.signals.CelerySignalProcessor'
0 commit comments