mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-09-06 22:56:49 +08:00
impr: pass lboptout to bot linking command
!nuf
This commit is contained in:
parent
2c13284528
commit
115b0d7292
1 changed files with 5 additions and 1 deletions
|
@ -1604,7 +1604,11 @@ describe("user controller test", () => {
|
|||
"discordUserId",
|
||||
"discordUserAvatar"
|
||||
);
|
||||
expect(georgeLinkDiscordMock).toHaveBeenCalledWith("discordUserId", uid);
|
||||
expect(georgeLinkDiscordMock).toHaveBeenCalledWith(
|
||||
"discordUserId",
|
||||
uid,
|
||||
false
|
||||
);
|
||||
expect(addImportantLogMock).toHaveBeenCalledWith(
|
||||
"user_discord_link",
|
||||
"linked to discordUserId",
|
||||
|
|
Loading…
Add table
Reference in a new issue