fix(minor): server script enabled
This commit is contained in:
parent
ee417766a2
commit
f6f2ea89ce
3 changed files with 4 additions and 3 deletions
|
|
@ -10,5 +10,6 @@
|
|||
"admin_password": "admin",
|
||||
"root_login": "root",
|
||||
"root_password": "travis",
|
||||
"host_name": "http://test_site:8000"
|
||||
"host_name": "http://test_site:8000",
|
||||
"server_script_enabled": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -10,5 +10,6 @@
|
|||
"admin_password": "admin",
|
||||
"root_login": "postgres",
|
||||
"root_password": "travis",
|
||||
"host_name": "http://test_site:8000"
|
||||
"host_name": "http://test_site:8000",
|
||||
"server_script_enabled": true
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ from frappe.core.doctype.server_script.server_script_utils import get_server_scr
|
|||
|
||||
class TestServerScript(unittest.TestCase):
|
||||
def setUp(self):
|
||||
frappe.conf.server_script_enabled = True
|
||||
frappe.cache().delete_value('server_script_map')
|
||||
|
||||
def test_doctype_event(self):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue