From c445a577057223262bf7790d8f7929399757af8a Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Wed, 29 Nov 2023 11:25:01 +0200 Subject: [PATCH] https://httpstat.us/404 is timing out instead of 404ing --- tests/test_pepotron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_pepotron.py b/tests/test_pepotron.py index 768bde8..b6c67ad 100644 --- a/tests/test_pepotron.py +++ b/tests/test_pepotron.py @@ -108,7 +108,7 @@ def test__download_peps_json_ok() -> None: def test__download_peps_json_error() -> None: with pytest.raises(RuntimeError): - pepotron._download_peps_json("https://httpstat.us/404") + pepotron._download_peps_json("https://httpbin.org/status/404") def test_pep() -> None: