Skip to content

Commit 2cfdbad

Browse files
committed
test: fix reindex test
1 parent 5df9c40 commit 2cfdbad

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • openedx/core/djangoapps/content/search/tests

openedx/core/djangoapps/content/search/tests/test_api.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ def setUp(self):
227227
"display_name": "Unit 1",
228228
# description is not set for containers
229229
"num_children": 0,
230+
"publish_status": "never",
230231
"context_key": "lib:org1:lib",
231232
"org": "org1",
232233
"created": created_date.timestamp(),

0 commit comments

Comments
 (0)