diff options
| author | Ken Pepple <ken.pepple@gmail.com> | 2011-04-21 13:02:33 -0700 |
|---|---|---|
| committer | Ken Pepple <ken.pepple@gmail.com> | 2011-04-21 13:02:33 -0700 |
| commit | c8bf0d217ba3601dfccff32c56fef1565d90d262 (patch) | |
| tree | 0af3ecd2b13d784f75143f1ecf460c3a73f19fec /nova/tests | |
| parent | 14e7200272e70ead7fe973e3cf2b20811ccf8377 (diff) | |
pep8
Diffstat (limited to 'nova/tests')
| -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 f73aff6e2..4389539a0 100644 --- a/nova/tests/api/openstack/test_images.py +++ b/nova/tests/api/openstack/test_images.py @@ -538,7 +538,7 @@ class ImageControllerWithGlanceServiceTest(test.TestCase): }, { 'id': 127, - 'name': 'killed backup', + 'name': 'killed backup', 'serverId': 42, 'updated': self.NOW_API_FORMAT, 'created': self.NOW_API_FORMAT, |
