diff --git a/tests/v3/utils.py b/tests/v3/utils.py index c74f63258..76a83f1f4 100644 --- a/tests/v3/utils.py +++ b/tests/v3/utils.py @@ -15,7 +15,7 @@ from keystoneclient.v3 import client def parameterize(ref): """Rewrites attributes to match the kwarg naming convention in client. - >>> paramterize({'project_id': 0}) + >>> parameterize({'project_id': 0}) {'project': 0} """