Correct mis-spell in comments
In tests/v3/utils.py, parameterize() Fixes bug #1206895 Change-Id: I36e3d49209eb6896cb0e053bba9e4c966efea5db
This commit is contained in:
@@ -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}
|
||||
|
||||
"""
|
||||
|
Reference in New Issue
Block a user