Skip to content

Commit

Permalink
fix: Broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 19, 2024
1 parent 7219d2e commit 6ce459b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cms/lib/xblock/test/test_upstream_sync.py
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,8 @@ def test_sync_library_block_tags(self):
upstream_lib_block.data = "<html>another lib block</html>"
upstream_lib_block.save()

libs.publish_changes(self.library.key, self.user.id)

expected_tags = self.upstream_tags
tagging_api.tag_object(str(upstream_lib_block_key), self.taxonomy_all_org, expected_tags)

Expand Down

0 comments on commit 6ce459b

Please sign in to comment.