Skip to content

Commit f77d131

Browse files
committed
Remove unnecessary test
1 parent 370c018 commit f77d131

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

tests/endpoints/slack/test_slack_events.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,6 @@ async def test_team_join_handler_exists(bot):
1717
)
1818

1919

20-
async def test_team_join_waits_30_seconds(bot, aiohttp_client):
21-
asyncio.sleep = CoroutineMock()
22-
create_endpoints(bot["plugins"]["slack"])
23-
bot["plugins"]["slack"] = CoroutineMock()
24-
25-
await team_join(TEAM_JOIN["event"], bot)
26-
asyncio.sleep.assert_awaited_with(30)
27-
28-
2920
async def test_edits_are_logged(bot, aiohttp_client, caplog):
3021
client = await aiohttp_client(bot)
3122

0 commit comments

Comments
 (0)