Removed a print

This commit is contained in:
PCoder 2017-08-18 00:47:34 +05:30
parent fc70c30f21
commit 7e1bfc9fab

View file

@ -202,6 +202,5 @@ class StripePlanTestCase(TestStripeCustomerDescription):
result = self.stripe_utils.subscribe_customer_to_plan(stripe_customer.stripe_id,
[{"plan": stripe_plan.get(
'response_object').stripe_plan_id}])
print(result)
self.assertIsNone(result.get('response_object'), None)
self.assertIsNotNone(result.get('error'))