Added price to specs as it is being used in create_vm_task
This commit is contained in:
parent
7c3a0b86d8
commit
eab0c9fac1
1 changed files with 2 additions and 1 deletions
|
@ -65,7 +65,8 @@ class CeleryTaskTestCase(TestCase):
|
||||||
specs = {
|
specs = {
|
||||||
'cpu': 1,
|
'cpu': 1,
|
||||||
'memory': 2,
|
'memory': 2,
|
||||||
'disk_size': 10
|
'disk_size': 10,
|
||||||
|
'price': 15
|
||||||
}
|
}
|
||||||
|
|
||||||
stripe_customer = StripeCustomer.get_or_create(
|
stripe_customer = StripeCustomer.get_or_create(
|
||||||
|
|
Loading…
Reference in a new issue