ソースを参照

[fix] test_authentication_log.py

version-14
Rushabh Mehta 8年前
コミット
43551ed537
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      frappe/core/doctype/authentication_log/test_authentication_log.py

+ 1
- 1
frappe/core/doctype/authentication_log/test_authentication_log.py ファイルの表示

@@ -37,7 +37,7 @@ class TestAuthenticationLog(unittest.TestCase):
auth_log = self.get_auth_log()
self.assertEquals(auth_log.status, 'Failed')

frappe.local.form_dict = _dict()
frappe.local.form_dict = frappe._dict()

def get_auth_log(self, operation='Login'):
names = frappe.db.sql_list("""select name from `tabAuthentication Log`


読み込み中…
キャンセル
保存