[videos] Blow out imdb tests
This commit is contained in:
@ -1,14 +0,0 @@
|
|||||||
import pytest
|
|
||||||
from videos.sources.imdb import lookup_video_from_imdb
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip(reason="Should not hit IMDB api in CI")
|
|
||||||
def test_lookup_imdb_without_tt():
|
|
||||||
metadata = lookup_video_from_imdb("8946378")
|
|
||||||
assert not metadata.imdb_id
|
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.skip(reason="Should not hit IMDB api in CI")
|
|
||||||
def test_lookup_imdb_with_tt():
|
|
||||||
metadata = lookup_video_from_imdb("tt8946378")
|
|
||||||
assert metadata.title == "Knives Out"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user