Pass subscription_id to create_vm_task instead of the object
This commit is contained in:
parent
5783e42171
commit
f29a3ad0e6
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class CeleryTaskTestCase(TestCase):
|
||||||
stripe_customer.id,
|
stripe_customer.id,
|
||||||
billing_address_data,
|
billing_address_data,
|
||||||
billing_address_id,
|
billing_address_id,
|
||||||
stripe_subscription_obj,
|
stripe_subscription_obj.id,
|
||||||
card_details_dict)
|
card_details_dict)
|
||||||
new_vm_id = 0
|
new_vm_id = 0
|
||||||
res = None
|
res = None
|
||||||
|
|
Loading…
Reference in a new issue