Ver a proveniência

[fix] test_authentication_log.py

version-14
Rushabh Mehta há 8 anos
ascendente
cometimento
43551ed537
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      frappe/core/doctype/authentication_log/test_authentication_log.py

+ 1
- 1
frappe/core/doctype/authentication_log/test_authentication_log.py Ver ficheiro

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


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


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


Carregando…
Cancelar
Guardar