mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-06-28 01:18:30 +00:00
[test:update] fix Ruff style warnings in test_update.py
This commit is contained in:
parent
17f278b555
commit
2720157593
@ -298,7 +298,7 @@ def test_version_info_error(api_response, expected_msg):
|
|||||||
'body': '- Implements extra parameter validation\n'
|
'body': '- Implements extra parameter validation\n'
|
||||||
'- Optimizes performance in date parser\n',
|
'- Optimizes performance in date parser\n',
|
||||||
},
|
},
|
||||||
expected_msg="One of either version or commit hash must be available on the release"
|
expected_msg='One of either version or commit hash must be available on the release',
|
||||||
)
|
)
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
Loading…
Reference in New Issue
Block a user