Sfoglia il codice sorgente

[fix] test_authentication_log.py

version-14
Rushabh Mehta 8 anni fa
parent
commit
43551ed537
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      frappe/core/doctype/authentication_log/test_authentication_log.py

+ 1
- 1
frappe/core/doctype/authentication_log/test_authentication_log.py Vedi File

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


Caricamento…
Annulla
Salva