Skip to content

Commit d25ee3d

Browse files
committed
fix typo
1 parent 67c1fdb commit d25ee3d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

intbot/tests/test_bot.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@ async def test_source_command():
3737
await source(ctx)
3838

3939
# Assert that the command sent the expected message
40-
ctx.send.assert_called_once_with("I'm here: https://github.com/europython/internal-bot")
40+
ctx.send.assert_called_once_with(
41+
"I'm here: https://github.com/europython/internal-bot",
42+
suppress_embeds=True,
43+
)

0 commit comments

Comments
 (0)