[videos] Fix skip for youtube tests
This commit is contained in:
@ -2,7 +2,7 @@ import pytest
|
||||
from videos.sources.youtube import lookup_video_from_youtube
|
||||
|
||||
|
||||
@pytest.skip(reason="Need to configure Youtube API stuffs in CI")
|
||||
@pytest.mark.skip(reason="Need to configure Youtube API stuffs in CI")
|
||||
@pytest.mark.django_db
|
||||
def test_lookup_youtube_id():
|
||||
metadata = lookup_video_from_youtube("RZxs9pAv99Y")
|
||||
|
||||
Reference in New Issue
Block a user