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 67c1fdb commit d25ee3dCopy full SHA for d25ee3d
intbot/tests/test_bot.py
@@ -37,4 +37,7 @@ async def test_source_command():
37
await source(ctx)
38
39
# Assert that the command sent the expected message
40
- ctx.send.assert_called_once_with("I'm here: https://github.com/europython/internal-bot")
+ ctx.send.assert_called_once_with(
41
+ "I'm here: https://github.com/europython/internal-bot",
42
+ suppress_embeds=True,
43
+ )
0 commit comments