소스 검색

[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`


불러오는 중...
취소
저장