Skip to content

Commit

Permalink
chore: update httpclient
Browse files Browse the repository at this point in the history
  • Loading branch information
manisha1997 committed Jan 21, 2025
1 parent 1f1c031 commit 9b04cdb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/unit/http/test_http_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,12 +292,6 @@ def test_session_not_preserved(self):
self.assertEqual(response_1.content, "response_1")
self.assertEqual(response_2.content, "response_2")

def test_session_max_retries(self):
client = TwilioHttpClient(max_retries=10)
self.assertEqual(10, client.session.get_adapter("https://").max_retries.total)
client = TwilioHttpClient()
self.assertEqual(12, client.session.get_adapter("https://").poolmanager.connection_pool_kw['maxsize'])



class MyVersion(Version):
Expand Down

0 comments on commit 9b04cdb

Please sign in to comment.