Skip to content

Commit

Permalink
test: update hash value
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Mar 22, 2024
1 parent 4b02eb3 commit bd28dec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openedx/core/djangoapps/content/search/tests/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def setUp(self):
# Create XBlocks
self.sequential = self.store.create_child(self.user_id, self.course.location, "sequential", "test_sequential")
self.doc_sequential = {
'id': 'block-v1org1test_coursetest_runtypesequentialblocktest_sequential-328de7c',
'id': 'block-v1org1test_coursetest_runtypesequentialblocktest_sequential-f702c144',
'type': 'course_block',
'usage_key': 'block-v1:org1+test_course+test_run+type@sequential+block@test_sequential',
'block_id': 'test_sequential',
Expand All @@ -69,7 +69,7 @@ def setUp(self):
}
self.store.create_child(self.user_id, self.sequential.location, "vertical", "test_vertical")
self.doc_vertical = {
'id': 'block-v1org1test_coursetest_runtypeverticalblocktest_vertical-020cf7c',
'id': 'block-v1org1test_coursetest_runtypeverticalblocktest_vertical-e76a10a4',
'type': 'course_block',
'usage_key': 'block-v1:org1+test_course+test_run+type@vertical+block@test_vertical',
'block_id': 'test_vertical',
Expand All @@ -94,7 +94,7 @@ def setUp(self):
# Populate it with a problem:
self.problem_key = library_api.create_library_block(self.library.key, "problem", "p1").usage_key
self.doc_problem = {
"id": "lborg1libproblemp1-5951e8e",
"id": "lborg1libproblemp1-a698218e",
"usage_key": "lb:org1:lib:problem:p1",
"block_id": "p1",
"display_name": "Blank Problem",
Expand Down

0 comments on commit bd28dec

Please sign in to comment.