We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a078878 commit ba0ea4fCopy full SHA for ba0ea4f
tests/base.py
@@ -38,8 +38,8 @@ class BaseTest(object):
38
def __init__(self, *args, **kwargs):
39
super(BaseTest, self).__init__(*args, **kwargs)
40
41
- bot = telegram.Bot(os.environ.get('TOKEN'))
42
- chat_id = os.environ.get('CHAT_ID')
+ bot = telegram.Bot(os.environ.get('TOKEN', '133505823:AAHZFMHno3mzVLErU5b5jJvaeG--qUyLyG0'))
+ chat_id = os.environ.get('CHAT_ID', '12173560')
43
44
self._bot = bot
45
self._chat_id = chat_id
0 commit comments