Skip to content

Commit

Permalink
fix: quality issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Anas12091101 committed Jul 12, 2024
1 parent ab713aa commit 30a73c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/discussions/tests/test_admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from openedx.core.djangoapps.discussions.models import DiscussionsConfiguration, Provider
from common.djangoapps.student.tests.factories import UserFactory


class DiscussionsConfigurationAdminTest(TestCase):
"""
Tests for discussion config admin
Expand All @@ -17,7 +18,6 @@ def setUp(self):
self.client = Client()
self.client.login(username=self.superuser.username, password="Password1234")


def test_change_view(self):
"""
Test that the DiscussionAdmin's change_view processes the context_key correctly and returns a successful response.
Expand Down

0 comments on commit 30a73c1

Please sign in to comment.