summaryrefslogtreecommitdiffstats
path: root/nova
diff options
context:
space:
mode:
authorJosh Kearney <josh.kearney@rackspace.com>2011-01-18 18:09:58 -0600
committerJosh Kearney <josh.kearney@rackspace.com>2011-01-18 18:09:58 -0600
commit4b77a532fd641947c9259327cef9104f689f1127 (patch)
tree6bb9b562ec2b64ca4d5f1885f7410670db559e85 /nova
parentbb727b7032104d3d3966108d846dd3e5b8a1a37d (diff)
Fixed unit tests
Diffstat (limited to 'nova')
-rw-r--r--nova/tests/xenapi/stubs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/xenapi/stubs.py b/nova/tests/xenapi/stubs.py
index 13603717c..66d232a7f 100644
--- a/nova/tests/xenapi/stubs.py
+++ b/nova/tests/xenapi/stubs.py
@@ -27,7 +27,7 @@ def stubout_instance_snapshot(stubs):
def fake_fetch_image(cls, session, instance_id, image, user, project,
type):
# Stubout wait_for_task
- def fake_wait_for_task(self, task, id=None):
+ def fake_wait_for_task(self, task, id):
class FakeEvent:
def send(self, value):