improve docstring

This commit is contained in:
Adam Dyess
2020-01-22 13:25:17 -06:00
parent c76b7d423a
commit 873b64cde3

View File

@@ -396,6 +396,7 @@ class LdapTests(BaseKeystoneTest):
def _find_keystone_v3_user(self, username, domain):
"""Find a user within a specified keystone v3 domain.
@param str username: Username to search for in keystone
@param str domain: username selected from which domain
@return: return username if found