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 443ca03 commit 27fae2fCopy full SHA for 27fae2f
tests/slack_sdk_async/socket_mode/test_aiohttp.py
@@ -37,7 +37,7 @@ async def test_init_with_loop(self):
37
app_token="xapp-A111-222-xyz",
38
web_client=self.web_client,
39
auto_reconnect_enabled=False,
40
- loop=asyncio.new_event_loop(),
+ loop=asyncio.get_event_loop(),
41
)
42
try:
43
self.assertIsNotNone(client)
0 commit comments