diff --git a/nova/tests/test_xenapi.py b/nova/tests/test_xenapi.py index 4f94dd6fdb..1fd35cd0e9 100644 --- a/nova/tests/test_xenapi.py +++ b/nova/tests/test_xenapi.py @@ -109,7 +109,7 @@ class XenAPIVolumeTestCase(test.TestCase): 'os_type': 'linux', 'architecture': 'x86-64'} - def _create_volume(self, size='0'): + def _create_volume(self, size=0): """Create a volume object.""" vol = {} vol['size'] = size