summaryrefslogtreecommitdiffstats
path: root/tests/test_keystoneclient.py
diff options
context:
space:
mode:
authorDolph Mathews <dolph.mathews@gmail.com>2013-05-23 11:34:35 -0500
committerDolph Mathews <dolph.mathews@gmail.com>2013-05-23 17:02:46 -0500
commit71c6a4b88279ddf9047595fb4c1ffbce4062621d (patch)
treea5f64884ddfd559d6b968732122956a1c041801a /tests/test_keystoneclient.py
parentb1f663617aea75075fc9e3f76a1ffa2a1eb3cd42 (diff)
downloadkeystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.tar.gz
keystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.tar.xz
keystone-71c6a4b88279ddf9047595fb4c1ffbce4062621d.zip
Use TODO(NAME) (flake8 H101)
Change-Id: Ic47bdd61d9818f203a88ae16f97c2b61b1c1bd8c
Diffstat (limited to 'tests/test_keystoneclient.py')
-rw-r--r--tests/test_keystoneclient.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_keystoneclient.py b/tests/test_keystoneclient.py
index ec6a6bf6..0d6ae9a4 100644
--- a/tests/test_keystoneclient.py
+++ b/tests/test_keystoneclient.py
@@ -953,7 +953,7 @@ class KcMasterTestCase(CompatTestCase, KeystoneClientTests):
token_id = client.auth_token
new_password = uuid.uuid4().hex
- # TODO(derekh) : Update to use keystoneclient when available
+ # TODO(derekh): Update to use keystoneclient when available
class FakeResponse(object):
def start_fake_response(self, status, headers):
self.response_status = int(status.split(' ', 1)[0])
@@ -980,7 +980,7 @@ class KcMasterTestCase(CompatTestCase, KeystoneClientTests):
token_id = client.auth_token
new_password = uuid.uuid4().hex
- # TODO(derekh) : Update to use keystoneclient when available
+ # TODO(derekh): Update to use keystoneclient when available
class FakeResponse(object):
def start_fake_response(self, status, headers):
self.response_status = int(status.split(' ', 1)[0])
@@ -1009,7 +1009,7 @@ class KcMasterTestCase(CompatTestCase, KeystoneClientTests):
token_id = client.auth_token
new_password = uuid.uuid4().hex
- # TODO(derekh) : Update to use keystoneclient when available
+ # TODO(derekh): Update to use keystoneclient when available
class FakeResponse(object):
def start_fake_response(self, status, headers):
self.response_status = int(status.split(' ', 1)[0])