Skip to content

Commit

Permalink
fix(minor): server script enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
rmehta committed Oct 11, 2019
1 parent ee41776 commit f6f2ea8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis/mariadb.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
3 changes: 2 additions & 1 deletion .travis/postgres.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
1 change: 0 additions & 1 deletion frappe/core/doctype/server_script/test_server_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

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):
Expand Down

0 comments on commit f6f2ea8

Please sign in to comment.