mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2025-01-09 11:44:22 +01:00
insert correct appmetrica token instead of bot token in botan test
This commit is contained in:
parent
2c12bd6775
commit
bb2cce56a3
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ class MessageMock(object):
|
|||
|
||||
class BotanTest(BaseTest, unittest.TestCase):
|
||||
"""This object represents Tests for Botan analytics integration."""
|
||||
token = os.environ.get('TOKEN')
|
||||
|
||||
token = '26c6df87-56ea-4764-a588-0e25de3a64a9'
|
||||
|
||||
def test_track(self):
|
||||
"""Test sending event to botan"""
|
||||
|
|
Loading…
Reference in a new issue