fix(minor): server script enabled

This commit is contained in:
Rushabh Mehta 2019-10-09 13:01:09 +05:30
parent ee417766a2
commit f6f2ea89ce
3 changed files with 4 additions and 3 deletions

View file

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

View file

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

View file

@ -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):