Spelling error and better name use

This commit is contained in:
Montana
2018-11-15 10:30:21 -05:00
parent 49ed02ad04
commit c071945b3b
3 changed files with 6 additions and 5 deletions

View File

@@ -20,7 +20,7 @@ def test_non_admin_cannot_view_audit_log(developer):
AuditLog.get_all_events(developer)
def test_ccpo_can_iview_audit_log(ccpo):
def test_ccpo_can_view_audit_log(ccpo):
AuditLog.get_all_events(ccpo)