summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Meade <alex.meade@rackspace.com>2011-07-17 22:29:28 -0400
committerAlex Meade <alex.meade@rackspace.com>2011-07-17 22:29:28 -0400
commit596b38b8c899727c4750aa9b5a05a1ab2c2ecad3 (patch)
tree475441bd6f2d9f58a343e822044ef810c13ae051
parente23e70afd096ca1d7ad22c776f6f439986bbc8b5 (diff)
pep8
-rw-r--r--nova/tests/api/openstack/test_servers.py4
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 413996fdc..782db21ec 100644
--- a/nova/tests/api/openstack/test_servers.py
+++ b/nova/tests/api/openstack/test_servers.py
@@ -3291,7 +3291,7 @@ class ServerXMLSerializationTest(test.TestCase):
expected_server_bookmark = 'http://localhost/servers/1'
expected_server_href_2 = 'http://localhost/v1.1/servers/2'
expected_server_bookmark_2 = 'http://localhost/servers/2'
- fixture = { "servers": [
+ fixture = {"servers": [
{
"id": 1,
"name": "test_server",
@@ -3353,7 +3353,7 @@ class ServerXMLSerializationTest(test.TestCase):
expected_server_href_2 = 'http://localhost/v1.1/servers/2'
expected_server_bookmark_2 = 'http://localhost/servers/2'
- fixture = { "servers": [
+ fixture = {"servers": [
{
"id": 1,
"uuid": FAKE_UUID,