mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 06:50:29 +01:00
parent
f267646828
commit
69bfb85298
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class AudioTest(BaseTest, unittest.TestCase):
|
|||
def test_send_audio_required_args_only(self):
|
||||
message = self._bot.sendAudio(self._chat_id, self.audio_file)
|
||||
|
||||
self.assertEqual(message.caption, '')
|
||||
self.assertEqual(message.caption, None)
|
||||
|
||||
audio = message.audio
|
||||
|
||||
|
|
Loading…
Reference in a new issue