diff options
| author | William Wolf <throughnothing@gmail.com> | 2011-08-11 16:05:33 -0400 |
|---|---|---|
| committer | William Wolf <throughnothing@gmail.com> | 2011-08-11 16:05:33 -0400 |
| commit | 03cf6551feae597dd71fbf7b52b41415863d1241 (patch) | |
| tree | 85fff44ee56b2b56009e09b975bf33459a7dcaf3 /nova | |
| parent | 8f3ad17b4ee25fedeee98132f22cf1eeb5974a2c (diff) | |
spacing fixes
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/contrib/test_keypairs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/contrib/test_keypairs.py b/nova/tests/api/openstack/contrib/test_keypairs.py index 23f19157e..eb3bc7af0 100644 --- a/nova/tests/api/openstack/contrib/test_keypairs.py +++ b/nova/tests/api/openstack/contrib/test_keypairs.py @@ -28,6 +28,7 @@ def fake_keypair(name): 'fingerprint': 'FAKE_FINGERPRINT', 'name': name} + def db_key_pair_get_all_by_user(self, user_id): return [fake_keypair('FAKE')] @@ -109,4 +110,3 @@ class KeypairsTest(test.TestCase): req.headers['Content-Type'] = 'application/json' res = req.get_response(fakes.wsgi_app()) self.assertEqual(res.status_int, 202) - |
