summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-22 18:38:47 +0000
committerGerrit Code Review <review@openstack.org>2013-05-22 18:38:47 +0000
commitaa777c4333d052c2244fbbd0bd928bd193580d34 (patch)
treec669aa78e2ffefba41e31ad6e5d18be8e025e49a /tests
parent311f76afb9583f2b4574178ae667547d3bc28ff5 (diff)
parent0493523854accbec303b37e7729a23fc730d5f7b (diff)
downloadpython-keystoneclient-aa777c4333d052c2244fbbd0bd928bd193580d34.tar.gz
Merge "Migrate to flake8."
Diffstat (limited to 'tests')
-rw-r--r--tests/test_service_catalog.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/test_service_catalog.py b/tests/test_service_catalog.py
index 0f5620a..09ac19c 100644
--- a/tests/test_service_catalog.py
+++ b/tests/test_service_catalog.py
@@ -69,10 +69,10 @@ SERVICE_CATALOG = {
"versionInfo": "https://compute.north.host/v1.1/",
"versionList": "https://compute.north.host/"}
],
- "endpoints_links":[{
- "rel":"next",
- "href":"https://identity.north.host/v2.0/"
- "endpoints?marker=2"
+ "endpoints_links": [{
+ "rel": "next",
+ "href": "https://identity.north.host/v2.0/"
+ "endpoints?marker=2"
}]
},
{