diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-05-22 18:38:47 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-05-22 18:38:47 +0000 |
| commit | aa777c4333d052c2244fbbd0bd928bd193580d34 (patch) | |
| tree | c669aa78e2ffefba41e31ad6e5d18be8e025e49a /tests | |
| parent | 311f76afb9583f2b4574178ae667547d3bc28ff5 (diff) | |
| parent | 0493523854accbec303b37e7729a23fc730d5f7b (diff) | |
| download | python-keystoneclient-aa777c4333d052c2244fbbd0bd928bd193580d34.tar.gz | |
Merge "Migrate to flake8."
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_service_catalog.py | 8 |
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" }] }, { |
