Skip to content

Commit

Permalink
feature/added-v2-integration: fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
megabotan committed Apr 13, 2023
1 parent 15d0fcf commit 263d9d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def test_detected():

@responses.activate
def test_timeout():
responses.add(responses.POST, SCRAPINGANT_API_BASE_URL + '/general',
responses.add(responses.GET, SCRAPINGANT_API_BASE_URL + '/extended',
body=requests.exceptions.ReadTimeout())
client = ScrapingAntClient(token='some_token')
with pytest.raises(ScrapingantTimeoutException) as e:
Expand Down

0 comments on commit 263d9d4

Please sign in to comment.