diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-21 13:17:32 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-21 13:17:32 -0700 |
| commit | 21ea16a857fe95cec3a3748a519c547f433e982a (patch) | |
| tree | b6b9ff967370ba6faac5a7f033e252b92003bc69 /nova | |
| parent | c8bf0d217ba3601dfccff32c56fef1565d90d262 (diff) | |
pep8
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/test_images.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/test_images.py b/nova/tests/api/openstack/test_images.py index 4389539a0..3d341a179 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -651,7 +651,7 @@ class ImageControllerWithGlanceServiceTest(test.TestCase): }, { 'id': 127, - 'name': 'killed backup', + 'name': 'killed backup', 'serverRef': 42, 'updated': self.NOW_API_FORMAT, 'created': self.NOW_API_FORMAT, |
