From 8d1f028579e56c0ea128dbe90862135ec42755b3 Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Sat, 19 Oct 2024 13:11:13 -0500 Subject: [PATCH] fix: Fix tests --- openedx/core/djangoapps/content/search/tests/test_handlers.py | 1 + 1 file changed, 1 insertion(+) 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