chore: remove legacy problem studio view (#37795)

* fix: remove legacy problem studio view and resource templates
This commit is contained in:
Irtaza Akram
2026-01-08 13:07:15 +05:00
committed by GitHub
parent 0b628353ef
commit 474dc71f0d
41 changed files with 12 additions and 4715 deletions

View File

@@ -481,11 +481,6 @@ class ContentLibrariesTestCase(ContentLibrariesRestApiTest):
"last_draft_created": update_date.isoformat().replace('+00:00', 'Z')
})
# Now view the XBlock's studio view (including draft changes):
fragment = self._render_block_view(block_id, "studio_view")
assert 'resources' in fragment
assert 'Hello world!' in fragment['content']
@patch(
"openedx.core.djangoapps.content_libraries.rest_api.libraries.LibraryBlocksView.pagination_class.page_size",
new=2,