Skip to content

Commit 27fae2f

Browse files
Update test_aiohttp.py (#1697)
1 parent 443ca03 commit 27fae2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/slack_sdk_async/socket_mode/test_aiohttp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ async def test_init_with_loop(self):
3737
app_token="xapp-A111-222-xyz",
3838
web_client=self.web_client,
3939
auto_reconnect_enabled=False,
40-
loop=asyncio.new_event_loop(),
40+
loop=asyncio.get_event_loop(),
4141
)
4242
try:
4343
self.assertIsNotNone(client)

0 commit comments

Comments
 (0)