fix type typo

This commit is contained in:
Chris MacNaughton
2019-02-27 14:45:19 +01:00
parent e9136c7e38
commit 770655a87a

View File

@@ -47,9 +47,9 @@ def audit_assertions(action,
:param action: Action object from running the security-checklist action
:type action: juju.action.Action
:param expected_passes: List of test names that are expected to pass
:type expected_passes: List(str)
:type expected_passes: List[str]
:param expected_failures: List of test names that are expected to fail
:type expexted_failures: List(str)
:type expexted_failures: List[str]
"""
if expected_failures is None:
expected_failures = []