fixed build
This commit is contained in:
		
							parent
							
								
									1550913334
								
							
						
					
					
						commit
						2f239b4a4c
					
				|  | @ -19,12 +19,12 @@ class TestYouTubeTranscriptApi(TestCase): | ||||||
|         httpretty.register_uri( |         httpretty.register_uri( | ||||||
|             httpretty.GET, |             httpretty.GET, | ||||||
|             'https://www.youtube.com/watch', |             'https://www.youtube.com/watch', | ||||||
|             body=load_asset('youtube.html') |             body=load_asset('youtube.html.static') | ||||||
|         ) |         ) | ||||||
|         httpretty.register_uri( |         httpretty.register_uri( | ||||||
|             httpretty.GET, |             httpretty.GET, | ||||||
|             'https://www.youtube.com/api/timedtext', |             'https://www.youtube.com/api/timedtext', | ||||||
|             body=load_asset('transcript.xml') |             body=load_asset('transcript.xml.static') | ||||||
|         ) |         ) | ||||||
| 
 | 
 | ||||||
|     def tearDown(self): |     def tearDown(self): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue