Removed a print
This commit is contained in:
parent
fc70c30f21
commit
7e1bfc9fab
1 changed files with 0 additions and 1 deletions
|
@ -202,6 +202,5 @@ class StripePlanTestCase(TestStripeCustomerDescription):
|
||||||
result = self.stripe_utils.subscribe_customer_to_plan(stripe_customer.stripe_id,
|
result = self.stripe_utils.subscribe_customer_to_plan(stripe_customer.stripe_id,
|
||||||
[{"plan": stripe_plan.get(
|
[{"plan": stripe_plan.get(
|
||||||
'response_object').stripe_plan_id}])
|
'response_object').stripe_plan_id}])
|
||||||
print(result)
|
|
||||||
self.assertIsNone(result.get('response_object'), None)
|
self.assertIsNone(result.get('response_object'), None)
|
||||||
self.assertIsNotNone(result.get('error'))
|
self.assertIsNotNone(result.get('error'))
|
||||||
|
|
Loading…
Reference in a new issue