Fix test case name
This commit is contained in:
parent
14c70359ba
commit
fb819c06e4
|
@ -135,7 +135,7 @@ class TestYouTubeTranscriptApi(TestCase):
|
|||
with self.assertRaises(VideoUnavailable):
|
||||
YouTubeTranscriptApi.get_transcript('abc')
|
||||
|
||||
def test_get_transcript__exception_if_video_unavailable(self):
|
||||
def test_get_transcript__exception_if_youtube_request_limit_reached(self):
|
||||
httpretty.register_uri(
|
||||
httpretty.GET,
|
||||
'https://www.youtube.com/watch',
|
||||
|
|
Loading…
Reference in New Issue