From 30adee5f007a313d63b698f57dd82c68953bcb53 Mon Sep 17 00:00:00 2001 From: Akash Mahanty Date: Mon, 7 Feb 2022 16:51:23 +0530 Subject: [PATCH] remove unwarented test --- tests/test_cdx_utils.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/test_cdx_utils.py b/tests/test_cdx_utils.py index 8378dd0..ae92147 100644 --- a/tests/test_cdx_utils.py +++ b/tests/test_cdx_utils.py @@ -53,10 +53,6 @@ def test_get_response() -> None: response = get_response(url, headers=headers) assert not isinstance(response, Exception) and response.status_code == 200 - url = "http/wwhfhfvhvjhmom" - with pytest.raises(WaybackError): - get_response(url, headers=headers) - def test_check_filters() -> None: filters: List[str] = []