Skip to content

Commit

Permalink
temp: hopefully unbreak a bunch of clipboard tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ormsbee committed Oct 22, 2024
1 parent 64f759e commit 5aa869c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/content_staging/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def save_xblock_to_user_clipboard(block: XBlock, user_id: int, version_num: int
"""
block_data = XBlockSerializer(
block,
write_url_name=False,
fetch_asset_data=True,
)
usage_key = block.usage_key
Expand Down

0 comments on commit 5aa869c

Please sign in to comment.