summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
authorEd Leafe <ed@leafe.com>2011-08-02 19:02:40 +0000
committerEd Leafe <ed@leafe.com>2011-08-02 19:02:40 +0000
commitf06dee2b82bd658a57736d94974f431976085400 (patch)
treecddf3829354e156ace67849989a4f38d0e53d5db /nova/tests
parent5b11fe047ac9f58c88a771707a7c59ca4f5bd0f9 (diff)
Fixed several typos
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/test_hosts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/test_hosts.py b/nova/tests/test_hosts.py
index ad057f429..9f54d5ec7 100644
--- a/nova/tests/test_hosts.py
+++ b/nova/tests/test_hosts.py
@@ -52,7 +52,7 @@ def stub_set_host_powerstate(context, host, state):
# We'll simulate success and failure by assuming
# that 'host_c1' always succeeds, and 'host_c2'
# always fails
- return state if host == "host_c1" else "running"
+ return state if host == "host_c1" else "running"
class FakeRequest(object):