Pass subscription_id to create_vm_task instead of the object

This commit is contained in:
M.Ravi 2017-09-29 08:39:20 +02:00
parent 5783e42171
commit f29a3ad0e6
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ class CeleryTaskTestCase(TestCase):
stripe_customer.id,
billing_address_data,
billing_address_id,
stripe_subscription_obj,
stripe_subscription_obj.id,
card_details_dict)
new_vm_id = 0
res = None