Skip to content

Commit b48c9fa

Browse files
committed
Fix tests
1 parent 2837e11 commit b48c9fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scenario_tests_async/test_web_client_customization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ async def test_web_client_customization(self):
6969
return
7070

7171
self.web_client.retry_handlers = [
72-
AsyncConnectionErrorRetryHandler,
73-
AsyncRateLimitErrorRetryHandler,
72+
AsyncConnectionErrorRetryHandler(),
73+
AsyncRateLimitErrorRetryHandler(),
7474
]
7575
app = AsyncApp(
7676
client=self.web_client,

0 commit comments

Comments
 (0)