Kaynağa Gözat

[tests] reset frappe.local.form_dict

version-14
Rushabh Mehta 8 yıl önce
ebeveyn
işleme
2ee24ffc1d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      frappe/core/doctype/authentication_log/test_authentication_log.py

+ 1
- 1
frappe/core/doctype/authentication_log/test_authentication_log.py Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet