Skip to content

Commit 9b04cdb

Browse files
committed
chore: update httpclient
1 parent 1f1c031 commit 9b04cdb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/unit/http/test_http_client.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,6 @@ def test_session_not_preserved(self):
292292
self.assertEqual(response_1.content, "response_1")
293293
self.assertEqual(response_2.content, "response_2")
294294

295-
def test_session_max_retries(self):
296-
client = TwilioHttpClient(max_retries=10)
297-
self.assertEqual(10, client.session.get_adapter("https://").max_retries.total)
298-
client = TwilioHttpClient()
299-
self.assertEqual(12, client.session.get_adapter("https://").poolmanager.connection_pool_kw['maxsize'])
300-
301295

302296

303297
class MyVersion(Version):

0 commit comments

Comments
 (0)