소스 검색

[videos] Fix skip for youtube tests

Colin Powell 1 개월 전
부모
커밋
e02010e409
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/videos_tests/test_youtube.py

+ 1 - 1
tests/videos_tests/test_youtube.py

@@ -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")