We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2694668 commit d0e5b8aCopy full SHA for d0e5b8a
tests/web/test_web_client.py
@@ -221,5 +221,5 @@ def test_timeout_issue_712(self):
221
@async_test
222
async def test_timeout_issue_712_async(self):
223
client = WebClient(base_url="http://localhost:8888", timeout=1, run_async=True)
224
- with self.assertRaises(asyncio.exceptions.TimeoutError):
+ with self.assertRaises(asyncio.TimeoutError):
225
await client.users_list(token="xoxb-timeout")
0 commit comments