summaryrefslogtreecommitdiffhomepage
path: root/tests/subliminal_patch/test_gestdown.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subliminal_patch/test_gestdown.py')
-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
)