From 5bd73ae4fe9eb76bf0658105adc83abe849d6b6e Mon Sep 17 00:00:00 2001 From: Rick Harris Date: Wed, 21 Sep 2011 16:43:45 +0000 Subject: [PATCH] Fixing tests --- nova/tests/vmwareapi/db_fakes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nova/tests/vmwareapi/db_fakes.py b/nova/tests/vmwareapi/db_fakes.py index 130868b6..575109f9 100644 --- a/nova/tests/vmwareapi/db_fakes.py +++ b/nova/tests/vmwareapi/db_fakes.py @@ -99,7 +99,7 @@ def stub_out_db_instance_api(stubs): """Stubs out the db.instance_get_fixed_address method.""" return '10.10.10.10' - def fake_instance_type_get_all(context, inactive=0): + def fake_instance_type_get_all(context, inactive=0, filters=None): return INSTANCE_TYPES.values() def fake_instance_type_get_by_name(context, name):