summaryrefslogtreecommitdiff
path: root/keystone/tests/functional/core.py
diff options
context:
space:
mode:
Diffstat (limited to 'keystone/tests/functional/core.py')
-rw-r--r--keystone/tests/functional/core.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/keystone/tests/functional/core.py b/keystone/tests/functional/core.py
index 2759412b4..e70b44da3 100644
--- a/keystone/tests/functional/core.py
+++ b/keystone/tests/functional/core.py
@@ -50,7 +50,7 @@ class BaseTestCase(testtools.TestCase, common_auth.AuthTestMixin):
return headers
def get_scoped_token_response(self, user):
- """Convenience method so that we can test authenticated requests
+ """Convenience method so that we can test authenticated requests.
:param user: A dictionary with user information like 'username',
'password', 'domain_id'
@@ -65,7 +65,7 @@ class BaseTestCase(testtools.TestCase, common_auth.AuthTestMixin):
json=body)
def get_scoped_token(self, user):
- """Convenience method for getting scoped token
+ """Convenience method for getting scoped token.
This method doesn't do any token validaton.