From 81f533b3a2bed97254ffe9d2b1000dccdf9d56df Mon Sep 17 00:00:00 2001 From: JRoot Junior Date: Sat, 30 Dec 2023 21:30:10 +0200 Subject: [PATCH] Fixed tests --- tests/test_api/test_methods/test_set_message_reaction.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_api/test_methods/test_set_message_reaction.py b/tests/test_api/test_methods/test_set_message_reaction.py index ee99e99f..5bdb3cf4 100644 --- a/tests/test_api/test_methods/test_set_message_reaction.py +++ b/tests/test_api/test_methods/test_set_message_reaction.py @@ -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()