From eab0c9fac1fd929fd8648a1ef3811df0905b6043 Mon Sep 17 00:00:00 2001 From: PCoder Date: Thu, 24 Aug 2017 12:30:17 +0530 Subject: [PATCH] Added price to specs as it is being used in create_vm_task --- datacenterlight/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/datacenterlight/tests.py b/datacenterlight/tests.py index c993bf79..602fb403 100644 --- a/datacenterlight/tests.py +++ b/datacenterlight/tests.py @@ -65,7 +65,8 @@ class CeleryTaskTestCase(TestCase): specs = { 'cpu': 1, 'memory': 2, - 'disk_size': 10 + 'disk_size': 10, + 'price': 15 } stripe_customer = StripeCustomer.get_or_create(