mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed tests
This commit is contained in:
parent
c658514817
commit
81f533b3a2
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ class TestSetMessageReaction:
|
|||
chat_id=randint(200, 300),
|
||||
message_id=randint(100, 200),
|
||||
reaction=[
|
||||
ReactionTypeCustomEmoji(custom_emoji="qwerty"),
|
||||
ReactionTypeCustomEmoji(custom_emoji_id="qwerty"),
|
||||
],
|
||||
)
|
||||
request = bot.get_request()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue