diff options
| author | Josh Kearney <josh.kearney@rackspace.com> | 2010-12-30 17:02:16 -0600 |
|---|---|---|
| committer | Josh Kearney <josh.kearney@rackspace.com> | 2010-12-30 17:02:16 -0600 |
| commit | d1129fa4b14d9edba8d6c4c3cb2d13e7c66c1391 (patch) | |
| tree | 39f0a532cd7505248888284d1d2e31b860fcc973 | |
| parent | d89b3a4b5c1f6bfe1f59da6c33cb469da589e866 (diff) | |
| download | nova-d1129fa4b14d9edba8d6c4c3cb2d13e7c66c1391.tar.gz nova-d1129fa4b14d9edba8d6c4c3cb2d13e7c66c1391.tar.xz nova-d1129fa4b14d9edba8d6c4c3cb2d13e7c66c1391.zip | |
Oopsies
| -rw-r--r-- | nova/tests/api/openstack/test_servers.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/api/openstack/test_servers.py b/nova/tests/api/openstack/test_servers.py index 321ddceee..70ff714e6 100644 --- a/nova/tests/api/openstack/test_servers.py +++ b/nova/tests/api/openstack/test_servers.py @@ -95,9 +95,9 @@ class ServersTest(unittest.TestCase): fake_compute_api) self.stubs.Set(nova.compute.api.ComputeAPI, 'resume', fake_compute_api) - self.stubs.Set(nova.compute.api.ComputeAPI, "diagnostics", + self.stubs.Set(nova.compute.api.ComputeAPI, "get_diagnostics", fake_compute_api) - self.stubs.Set(nova.compute.api.ComputeAPI, "actions", + self.stubs.Set(nova.compute.api.ComputeAPI, "get_actions", fake_compute_api) self.allow_admin = FLAGS.allow_admin_api |
