[tests] Fix views and comment out youtube

This commit is contained in:
2025-02-23 22:49:44 -05:00
parent 93c16d80ec
commit e95b6f50dc
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +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.django_db
def test_lookup_youtube_id():
metadata = lookup_video_from_youtube("RZxs9pAv99Y")