summaryrefslogtreecommitdiffstats
path: root/nova/tests
diff options
context:
space:
mode:
Diffstat (limited to 'nova/tests')
-rw-r--r--nova/tests/integrated/api/client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/nova/tests/integrated/api/client.py b/nova/tests/integrated/api/client.py
index b40ff58e3..7e20c9b00 100644
--- a/nova/tests/integrated/api/client.py
+++ b/nova/tests/integrated/api/client.py
@@ -59,7 +59,9 @@ class TestOpenStackClient(object):
"""Simple OpenStack API Client.
This is a really basic OpenStack API client that is under our control,
- so we can make changes / insert hooks for testing"""
+ so we can make changes / insert hooks for testing
+
+ """
def __init__(self, auth_user, auth_key, auth_uri):
super(TestOpenStackClient, self).__init__()