Explorar el Código

fix(test): Set admin password correctly

version-14
Gavin D'souza hace 4 años
padre
commit
dfc23eb3a3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      frappe/tests/test_api.py

+ 1
- 1
frappe/tests/test_api.py Ver fichero

@@ -46,7 +46,7 @@ class TestResourceAPI(unittest.TestCase):
f"{self.SITE_URL}/api/method/login",
data={
"usr": "Administrator",
"pwd": "root" or frappe.conf.admin_password or "admin",
"pwd": frappe.conf.admin_password or "admin",
},
).cookies.get("sid")



Cargando…
Cancelar
Guardar