We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15d0fcf commit 263d9d4Copy full SHA for 263d9d4
tests/test_exceptions.py
@@ -64,7 +64,7 @@ def test_detected():
64
65
@responses.activate
66
def test_timeout():
67
- responses.add(responses.POST, SCRAPINGANT_API_BASE_URL + '/general',
+ responses.add(responses.GET, SCRAPINGANT_API_BASE_URL + '/extended',
68
body=requests.exceptions.ReadTimeout())
69
client = ScrapingAntClient(token='some_token')
70
with pytest.raises(ScrapingantTimeoutException) as e:
0 commit comments