From 2ee24ffc1d518520fcbf2830a4a75947086b0118 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 3 Jul 2017 15:23:03 +0530 Subject: [PATCH] [tests] reset frappe.local.form_dict --- .../core/doctype/authentication_log/test_authentication_log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'