mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-10 20:12:52 +01:00
Fix test_set_game_score3 - telegram changed something in their responses
This commit is contained in:
parent
1bb5dd224b
commit
4c7cc3a05b
1 changed files with 1 additions and 1 deletions
|
@ -365,7 +365,7 @@ class BotTest(BaseTest, unittest.TestCase):
|
|||
chat_id=game.chat_id,
|
||||
message_id=game.message_id)
|
||||
|
||||
self.assertTrue('BOT_SCORE_NOT_MODIFIED' in cm.exception.message)
|
||||
self.assertTrue('BOT_SCORE_NOT_MODIFIED' in str(cm.exception.message).upper())
|
||||
|
||||
@flaky(3, 1)
|
||||
@timeout(10)
|
||||
|
|
Loading…
Reference in a new issue