refactor(youtube.dl): Remove slow parameter

This commit is contained in:
Ali Parlakci
2021-05-15 14:37:47 +03:00
committed by Serene
parent c7a5ec4376
commit 17226a4f0b

View File

@@ -28,7 +28,6 @@ def test_find_resources_good(test_url: str, expected_hash: str):
@pytest.mark.online
@pytest.mark.slow
@pytest.mark.parametrize(('test_url'), (
('https://www.polygon.com/disney-plus/2020/5/14/21249881/gargoyles-animated-series-disney-plus-greg-weisman-interview-oj-simpson-goliath-chronicles'),
))