Remove extra space from payment provider token

This commit is contained in:
Jacob Bom 2017-05-20 18:55:21 +02:00
parent 45897048aa
commit 73d75b964a

View file

@ -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):