mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-05-24 16:50:31 -04:00
no log: update Gestdown tests
This commit is contained in:
@@ -78,6 +78,7 @@ def test_subtitle_download(subtitle):
|
||||
|
||||
def test_list_subtitles_423(episodes, requests_mock, mocker):
|
||||
mocker.patch("time.sleep")
|
||||
requests_mock.get("https://api.gestdown.info/shows/search/Breaking%20Bad", status_code=200)
|
||||
requests_mock.get(
|
||||
f"{_BASE_URL}/subtitles/find/English/Breaking%20Bad/1/1", status_code=423
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user