Skip to content

Commit

Permalink
style: Typo on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed May 8, 2024
1 parent bf49f69 commit 0df63a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/openedx_tagging/core/tagging/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -874,8 +874,8 @@ def test_retrieve_object_tags_query_count(self):
Test how many queries are used when retrieving object tags and permissions
"""
expected_perm = True
expoected_remove_perm = False
object_id, sort_test_applied_result = self.prepare_for_sort_test(expoected_remove_perm)
expected_remove_perm = False
object_id, sort_test_applied_result = self.prepare_for_sort_test(expected_remove_perm)
url = OBJECT_TAGS_RETRIEVE_URL.format(object_id=object_id)

self.client.force_authenticate(user=self.user_1)
Expand Down

0 comments on commit 0df63a1

Please sign in to comment.