diff --git a/frappe/core/doctype/authentication_log/test_authentication_log.py b/frappe/core/doctype/authentication_log/test_authentication_log.py index ff2ccc5e98..7d360d2b6d 100644 --- a/frappe/core/doctype/authentication_log/test_authentication_log.py +++ b/frappe/core/doctype/authentication_log/test_authentication_log.py @@ -14,7 +14,7 @@ class TestAuthenticationLog(unittest.TestCase): # test user login log frappe.local.form_dict = frappe._dict({ - 'cmd': 'login' + 'cmd': 'login', 'sid': 'Guest', 'pwd': 'admin', 'usr': 'Administrator'