Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
111100001 committed Aug 22, 2024
1 parent 03e38de commit 69ba942
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/test_tubeup.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def test_generate_ydl_options_with_download_archive(self):
'continuedl': True,
'retries': 9001,
'fragment_retries': 9001,
'usenetrc': True,
'forcejson': False,
'writeinfojson': True,
'writedescription': True,
Expand Down Expand Up @@ -170,6 +171,7 @@ def test_generate_ydl_options(self):
'continuedl': True,
'retries': 9001,
'fragment_retries': 9001,
'usenetrc': True,
'forcejson': False,
'writeinfojson': True,
'writedescription': True,
Expand Down Expand Up @@ -203,6 +205,7 @@ def test_generate_ydl_options_with_proxy(self):
'continuedl': True,
'retries': 9001,
'fragment_retries': 9001,
'usenetrc': True,
'forcejson': False,
'writeinfojson': True,
'writedescription': True,
Expand Down Expand Up @@ -238,6 +241,7 @@ def test_generate_ydl_options_with_ydl_account(self):
'continuedl': True,
'retries': 9001,
'fragment_retries': 9001,
'usenetrc': True,
'forcejson': False,
'writeinfojson': True,
'writedescription': True,
Expand Down Expand Up @@ -275,6 +279,7 @@ def test_generate_ydl_options_with_verbose_mode(self):
'continuedl': True,
'retries': 9001,
'fragment_retries': 9001,
'usenetrc': True,
'forcejson': False,
'writeinfojson': True,
'writedescription': True,
Expand Down

0 comments on commit 69ba942

Please sign in to comment.