Skip to content

Commit

Permalink
fix: change patch path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-canon committed May 16, 2024
1 parent bc87ff3 commit b57535c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/djangoapps/contentstore/views/tests/test_block.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ def test_get_container_nested_container_fragment(self):
)

@override_waffle_flag(ENABLE_TAGGING_TAXONOMY_LIST_PAGE, True)
@patch("cms.djangoapps.contentstore.xblock_storage_handlers.xblock_helpers.get_object_tag_counts")
@patch("cms.djangoapps.contentstore.views.block.get_object_tag_counts")
def test_tag_count_in_container_fragment(self, mock_get_object_tag_counts):
root_usage_key = self._create_vertical()

Expand Down

0 comments on commit b57535c

Please sign in to comment.