1
0
Fork 0
mirror of synced 2024-05-04 20:32:45 +12:00

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'),
))