Skip to content

Commit

Permalink
chore: remove needlees setup method
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonHBodine committed Sep 17, 2023
1 parent 6b4c8bd commit 2a8307a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions edxval/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1108,12 +1108,7 @@ class CourseTranscriptsDetailViewTest(APIAuthTestCase):
"""
CourseTranscriptsDetailView Tests.
"""
def setUp(self):
"""
Tests setup.
"""
self.base_url = 'course-transcripts'
super().setUp()
base_url = 'course-transcripts'

def test_successful_response(self):
"""
Expand Down

0 comments on commit 2a8307a

Please sign in to comment.