diff --git a/tests/base.py b/tests/base.py index c70cc2490..910d3c7c5 100644 --- a/tests/base.py +++ b/tests/base.py @@ -45,7 +45,7 @@ class BaseTest(object): self._bot = bot self._chat_id = chat_id self._payment_provider_token = os.environ.get('PAYMENT_PROVIDER_TOKEN', - '284685063:TEST:ZGJlMmQxZDI3ZTc3 ') + '284685063:TEST:ZGJlMmQxZDI3ZTc3') @staticmethod def is_json(string):