Skip to content

Commit

Permalink
fix: incorrect name
Browse files Browse the repository at this point in the history
  • Loading branch information
zawan-ila committed Dec 3, 2024
1 parent c7fc3ea commit 689e8b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


@ddt.ddt
@patch('course_discovery.apps.course_metadata.management.commands.refresh_course_metadata.connection.connect', new=lambda: True)
@mock.patch('course_discovery.apps.course_metadata.management.commands.refresh_course_metadata.connection.connect', new=lambda: True)
class RefreshCourseMetadataCommandTests(OAuth2Mixin, TestCase):
def setUp(self):
super().setUp()
Expand Down

0 comments on commit 689e8b3

Please sign in to comment.