mirror of
https://github.com/python-telegram-bot/python-telegram-bot.git
synced 2024-12-29 15:49:02 +01:00
Remove extra space from payment provider token
This commit is contained in:
parent
45897048aa
commit
73d75b964a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue