insert correct appmetrica token instead of bot token in botan test

This commit is contained in:
Oleg Shlyazhko 2016-01-23 16:58:44 +03:00
parent 2c12bd6775
commit bb2cce56a3

View file

@ -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"""