summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVitiko <[email protected]>2022-10-02 13:23:40 -0400
committerVitiko <[email protected]>2022-10-02 13:23:40 -0400
commit0cd89ea0f01746e0a86835fc6400aa9ca2e8db71 (patch)
tree64b58bc46340386b56139bdfd430e3b060ead2ca
parent7f1d3e1adf0d87f230ee32b7cf39d90675d173d3 (diff)
downloadbazarr-0cd89ea0f01746e0a86835fc6400aa9ca2e8db71.tar.gz
bazarr-0cd89ea0f01746e0a86835fc6400aa9ca2e8db71.zip
no log: update Gestdown testsv1.1.2-beta.15
-rw-r--r--tests/subliminal_patch/test_gestdown.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/subliminal_patch/test_gestdown.py b/tests/subliminal_patch/test_gestdown.py
index cc79d1475..edef2e5fa 100644
--- a/tests/subliminal_patch/test_gestdown.py
+++ b/tests/subliminal_patch/test_gestdown.py
@@ -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
)