mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-05-13 07:03:11 +00:00
Fix VimeoBackendTestCase.test_get_thumbnail_url
This commit is contained in:
parent
162d86ee7b
commit
73341e909c
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ class VimeoBackendTestCase(BackendTestMixin, TestCase):
|
|||
def test_get_thumbnail_url(self):
|
||||
backend = VimeoBackend('http://vimeo.com/72304002')
|
||||
self.assertEqual(backend.get_thumbnail_url(),
|
||||
'http://b.vimeocdn.com/ts/446/150/446150690_640.jpg')
|
||||
'http://i.vimeocdn.com/video/446150690_640.jpg')
|
||||
|
||||
@patch('embed_video.backends.EMBED_VIDEO_TIMEOUT', 0.000001)
|
||||
def test_timeout_in_get_info(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue