Merge "Fixed type in get_audit_template_by_name method"
This commit is contained in:
@@ -98,7 +98,7 @@ class BaseConnection(object):
|
|||||||
:raises: AuditTemplateNotFound
|
:raises: AuditTemplateNotFound
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def get_audit_template_by__name(self, context, audit_template_name):
|
def get_audit_template_by_name(self, context, audit_template_name):
|
||||||
"""Return an audit template.
|
"""Return an audit template.
|
||||||
|
|
||||||
:param context: The security context
|
:param context: The security context
|
||||||
|
|||||||
Reference in New Issue
Block a user