Skip to content

Commit 263d9d4

Browse files
committed
feature/added-v2-integration: fixed tests
1 parent 15d0fcf commit 263d9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/test_exceptions.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def test_detected():
6464

6565
@responses.activate
6666
def test_timeout():
67-
responses.add(responses.POST, SCRAPINGANT_API_BASE_URL + '/general',
67+
responses.add(responses.GET, SCRAPINGANT_API_BASE_URL + '/extended',
6868
body=requests.exceptions.ReadTimeout())
6969
client = ScrapingAntClient(token='some_token')
7070
with pytest.raises(ScrapingantTimeoutException) as e:

0 commit comments

Comments
 (0)