diff --git a/openedx/core/djangoapps/content/search/tests/test_handlers.py b/openedx/core/djangoapps/content/search/tests/test_handlers.py index bdc4814d1c8f..3577cbfc5692 100644 --- a/openedx/core/djangoapps/content/search/tests/test_handlers.py +++ b/openedx/core/djangoapps/content/search/tests/test_handlers.py @@ -176,6 +176,7 @@ def test_create_delete_library_block(self, meilisearch_client): with freeze_time(published_date): library_api.publish_changes(library.key) doc_problem["last_published"] = published_date.timestamp() + doc_problem["published"] = {"display_name": "Blank Problem"} meilisearch_client.return_value.index.return_value.update_documents.assert_called_with([doc_problem]) # Delete the Library Block