mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-23 06:50:29 +01:00
rename botan test correctly and move token to ENV
This commit is contained in:
parent
7508c2f8bf
commit
5a2a541ae0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class MessageMock(object):
|
|||
class BotanTest(BaseTest, unittest.TestCase):
|
||||
"""This object represents Tests for Botan analytics integration."""
|
||||
|
||||
token = '26c6df87-56ea-4764-a588-0e25de3a64a9'
|
||||
token = os.environ.get('BOTAN_TOKEN')
|
||||
|
||||
def test_track(self):
|
||||
"""Test sending event to botan"""
|
Loading…
Reference in a new issue