From 73d75b964a400ff3c095a38ad9d8391e35375b86 Mon Sep 17 00:00:00 2001 From: Jacob Bom Date: Sat, 20 May 2017 18:55:21 +0200 Subject: [PATCH] Remove extra space from payment provider token --- tests/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):